Database Installation guide - aaronmed/play-framework-vacations GitHub Wiki

Database Installation guide


Require: MySQL service working In my experience, I have always used XAMPP to start this service

  1. Clone this repository
    git clone https://github.com/aaronmed/play-framework-vacations

  2. Go to backend folder
    cd database

  3. Found the .sql file to deploy the database
    db_vacations.sql

  4. In my case, I used MySQL Workbench to run the .sql file

Now you must follow the steps for the Framework Installation guide

⚠️ **GitHub.com Fallback** ⚠️