https://github.com/pradhuman-pandey/reception-register-application
Reception Register Application
https://github.com/pradhuman-pandey/reception-register-application
api docker docker-compose express jest-tests mern-stack mongodb nginx node react rest
Last synced: 3 months ago
JSON representation
Reception Register Application
- Host: GitHub
- URL: https://github.com/pradhuman-pandey/reception-register-application
- Owner: pradhuman-pandey
- License: mit
- Created: 2023-06-20T14:10:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T09:12:55.000Z (over 2 years ago)
- Last Synced: 2025-01-01T05:16:28.652Z (over 1 year ago)
- Topics: api, docker, docker-compose, express, jest-tests, mern-stack, mongodb, nginx, node, react, rest
- Language: JavaScript
- Homepage:
- Size: 663 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reception Register
Reception Register Application
## How to start the application?
- Run this command to start the MongoDB, Express, React and Nginx Servers
```bash
docker-compose up -d
```
- Play with the application at http://127.0.0.1
## Reference
- **[Back End Reference]**
- **[Front End Reference]**
[Back End Reference]: reception_register_api/README.md
[Front End Reference]: reception_register_webui/README.md