Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 381 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 381 Bytes

Adonis API application

This is the boilerplate for creating an API server in AdonisJs.

Setup

clone the repo and then run following commands.

cd neva-api
npm install

Migrations

Run the following command to run startup migrations. You have to install adonis-cli to run migration.

adonis migration:run

Start App

npm run start