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
- Host: GitHub
- URL: https://github.com/unixreaper/express-template
- Owner: unixreaper
- Created: 2024-09-26T03:51:48.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T10:31:17.000Z (7 months ago)
- Last Synced: 2024-11-20T12:04:49.271Z (7 months ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExpressJS Template
มีแยก env เช่น
```
npm run start:dev
npm run start:test
npm run start:prod
```