Skip to content

Releases: waiphyo285/nodejs-template

Version 1.0.0 Release notes

01 Apr 15:16

Choose a tag to compare

Fearures:

  • Admin dashboard: Objective with the dashboard design is to streamline the use of Bootstrap 4 for backend developers
  • AuthN & AuthZ: The role-based permission menus are integrated with jwt in this, which also uses Passport for authentication.
  • Multiple databases: Whatever the requirements of your project, the design enables you to use either SQL or NoSQL databases.
  • Middleware: A two-step token system for API access, dual CSRF security for database data transmission, and validation checks in all relevant.
  • Helper functions: Error handling, a consistent response format with support for multiple locales and languages (English and Burmese), and a number of utility functions.
  • Dev support: Features that allows for quick generation of sample CRUD APIs, as well as the test cases and sharing of APIs with other team member through Swagger.