This project comes pre-configured with...
- Bodyparser
- Authentication
- CORS
- Lucid ORM
- Migrations and seeds
- ACL
- Validators
- Transformers
Use the adonis command to install the blueprint
clone the repo and then run npm install
.
after that, run the project with adonis serve --dev
Run the following command to run startup migrations:
adonis migration:run
To undo the last migrations and return to last batch number, do:
adonis migration:rollback