- Decorator based API. Throw away your boilerplate code :hooray
- Сluster bootstrap out of the box
morgan
for logging- JWT tokens for security. See security decorator
- MongoDB connector
- TODO: MongoDB examples... in progress
npm install
npm run swagger
npm start
npm start:cluster
npm run build
docker-compose up -d
Just go to http://127.0.0.1:3000
npm run test
npm run test:coverage
The coverage report will be saved under ./reports/coverage
folder.