This is the boilerplate for creating an API server in AdonisJs.
clone the repo and then run following commands.
cd neva-api
npm install
Run the following command to run startup migrations. You have to install adonis-cli
to run migration.
adonis migration:run
npm run start