Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/root-kings/hotel-management-system-server
https://github.com/root-kings/hotel-management-system-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/root-kings/hotel-management-system-server
- Owner: root-kings
- Created: 2020-12-03T15:14:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T21:21:04.000Z (over 3 years ago)
- Last Synced: 2023-03-04T10:38:28.934Z (almost 2 years ago)
- Language: JavaScript
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
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`