Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root-kings/template-express
Fully configured, modular starter template for Express-MongoDB API
https://github.com/root-kings/template-express
express mongodb mongoose socket-io
Last synced: 7 days ago
JSON representation
Fully configured, modular starter template for Express-MongoDB API
- Host: GitHub
- URL: https://github.com/root-kings/template-express
- Owner: root-kings
- Created: 2020-09-04T05:00:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T16:48:55.000Z (over 4 years ago)
- Last Synced: 2024-12-03T12:12:49.433Z (2 months ago)
- Topics: express, mongodb, mongoose, socket-io
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- 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`