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