https://www.section.io/engineering-education/build-a-restful-api-with-adonisjs/
https://medium.com/@shemsiu/ioc-container-and-dependency-injection-in-adonis-v5-216774c2a476
https://docs.adonisjs.com/guides/application
- Create a test db schema
- Copy the env file
cp .env.example .env
- Update the db credential on the env file
- Try it out
npm install
node ace generate:key
node ace migration:run
node ace serve --watch