This is the fullstack boilerplate for AdonisJs, it comes pre-configured with.
- Bodyparser
- Session
- Authentication
- Web security middleware
- CORS
- Edge template engine
- Lucid ORM
- Migrations and seeds
- Adonis acl
npm i or yarn install
Run the following command to run startup migrations. adonis migration:run
Run seeds to startup basic data into database. adonis seed
And run server adonis serve or adonis serve --dev