Webhook service on Nodejs (learning experience)
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
Run the following command to run startup migrations.
adonis migration:runAssertion documentation here https://www.chaijs.com/api/assert/
to run tests:
adonis testadonis serve --dev