An open API service indexing awesome lists of open source software.

https://github.com/unixreaper/express-template

Express.js template designed for building scalable and maintainable APIs. This template includes JWT-based authentication, role-based authorization, request validation, and environment-specific configurations. Perfect for kickstarting your backend projects with Express.js
https://github.com/unixreaper/express-template

Last synced: 4 months ago
JSON representation

Express.js template designed for building scalable and maintainable APIs. This template includes JWT-based authentication, role-based authorization, request validation, and environment-specific configurations. Perfect for kickstarting your backend projects with Express.js

Awesome Lists containing this project

README

        

# ExpressJS Template

มีแยก env เช่น
```
npm run start:dev
npm run start:test
npm run start:prod
```