Skip to content

DanielBlanco/nodejs_webhook

Repository files navigation

nodejs_webhook

Webhook service on Nodejs (learning experience)

Adonis fullstack application

This is the fullstack boilerplate for AdonisJs, it comes pre-configured with.

  1. Bodyparser
  2. Session
  3. Authentication
  4. Web security middleware
  5. CORS
  6. Edge template engine
  7. Lucid ORM
  8. Migrations and seeds

Migrations

Run the following command to run startup migrations.

adonis migration:run

Tests

Assertion documentation here https://www.chaijs.com/api/assert/

to run tests:

adonis test

To start the app

adonis serve --dev

About

Webhook service on Nodejs (learning experience)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors