Database Installation guide - aaronmed/play-framework-vacations GitHub Wiki
Require: MySQL service working In my experience, I have always used XAMPP to start this service
-
Clone this repository
git clone https://github.com/aaronmed/play-framework-vacations
-
Go to backend folder
cd database
-
Found the .sql file to deploy the database
db_vacations.sql
-
In my case, I used MySQL Workbench to run the .sql file
Now you must follow the steps for the Framework Installation guide