https://github.com/zeyadetman/gateway-managment-system-be
https://github.com/zeyadetman/gateway-managment-system-be
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeyadetman/gateway-managment-system-be
- Owner: zeyadetman
- Created: 2022-03-26T23:33:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-31T10:23:25.000Z (over 3 years ago)
- Last Synced: 2025-03-17T22:47:01.594Z (7 months ago)
- Language: TypeScript
- Size: 108 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Database
This project uses MongoDB as a database.
### Deployment (CI/CD)
- Heroku. _See Documentation and Preview to see the deployed link_
### Environment Variables
1. `PORT`: Port that running the app locally.
2. `DB_URI`: MonogoDB URI.### Documentation and Preview
see this file: Gateway Device Manager.postman_collection.json
### Client side
The Frontend for this app is built using ReactJS, [The Repository for the frontend is here.](https://github.com/zeyadetman/Gateway-Managment-System-FE)