https://github.com/root-kings/template-express-mongodb
Fully configured, modular starter template for Express-MongoDB API
https://github.com/root-kings/template-express-mongodb
dcode-2025 express hacktoberfest mongodb mongoose socket-io
Last synced: 4 days ago
JSON representation
Fully configured, modular starter template for Express-MongoDB API
- Host: GitHub
- URL: https://github.com/root-kings/template-express-mongodb
- Owner: root-kings
- Created: 2020-09-04T05:00:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-12-22T20:14:24.000Z (about 1 month ago)
- Last Synced: 2025-12-24T09:47:56.439Z (about 1 month ago)
- Topics: dcode-2025, express, hacktoberfest, mongodb, mongoose, socket-io
- Language: JavaScript
- Homepage:
- Size: 169 KB
- Stars: 3
- Watchers: 0
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# root-template-express
Backend template for Root Kings Express Applications
## Required `env` variables
1. `PORT`
2. `MONGODB_URI`
3. `NODE_ENV`
4. `JWT_EXPIRES`
5. `JWT_ISSUER`
6. `JWT_SECRET`
7. `UPLOADS_DIR`
8. `PUBLIC_DIR`
9. `RESEND_API_KEY`