This is a boilerplate for Fullstack AdonisJS Apps
Install Adonis
npm i -g @adonisjs/cli
Install dependencies
npm install
Copy and rename the file .env.example to .env and change the configurations
Run the following command to run startup migrations.
adonis migration:run
adonis seed
Start the app locally
adonis serve
User: [email protected] Password: 123456