Repository created to demonstrate the functioning and performance of an API in Adonis.js
Use the adonis command to install the blueprint
> npm install
> cp .env.example .env
> adonis key:generate
> adonis migration:run
> adonis seed --files DatabaseSeeder.js
> adonis serve --dev
Note: It will still be developed