Apply migrations to the database with the following command
npm run migrate
You can then populate the database with the seeds we created !
npm run seed
In the .env file you'll have to specify 3 new variables, just check the .env.example file.
Apply migrations to the database with the following command
npm run migrate
You can then populate the database with the seeds we created !
npm run seed
In the .env file you'll have to specify 3 new variables, just check the .env.example file.