In life threatening situations, it is important to receive critical information about the patient. To avail the patient’s past medical history, we need a comprehensive system to store and access this data efficaciously.
git clone https://github.com/Cosmicoppai/HackNuthon.git
- Install node modules
npm install
- Run Frontend
npm start
- MongoDB for Microservices
- PostgreSQL for User Authentication
- Redis
- NginX
- Docker
./start.sh
docker exec -it auth python . --create-admin
- User
- Hospital Admin
user_routes /docs
auth_routes /auth/docs
hospital_routes /hospital/docs
checkup_routes /checkups/docs
Add suffix to respective apis according to service
Example
```
hospital_service : /hospital
auth_service : /auth
checkups_service : /checkups
user_service : /
```