A set of small reusable modules for creating production ready Node.js back-end applications.
- authentication — complete 2FA authentication (using cellphone verification) for Mongoose models
- crud — create all REST endpoints (GET, POST, DELETE and PUT) for Mongoose models
- database — MongoDB connection utility with retry capabilities
- i18n — translations using
.yml
files and messageformat engine engine - pagination — Pagination plugin for Mongoose models
- server - Create a production ready Express.js server with start/listen/close capabilities.
- template_standard - Production ready Node.js back-end server codebase template.
- validate - validate constraints (specially) in mongoose models