Skip to content

A set of small reusable modules for creating production ready Node.js back-end applications.

Notifications You must be signed in to change notification settings

leonardosarmentocastro/cna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cna - create nodejs app

A set of small reusable modules for creating production ready Node.js back-end applications.

Modules

  • 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

About

A set of small reusable modules for creating production ready Node.js back-end applications.

Resources

Stars

Watchers

Forks

Packages

No packages published