Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhi-bhatra/sih22-admin-portal-medguide
Demo Hospital Availability Information Portal for Hospital Admins
https://github.com/abhi-bhatra/sih22-admin-portal-medguide
actions docker heroku javascript medguide
Last synced: 30 days ago
JSON representation
Demo Hospital Availability Information Portal for Hospital Admins
- Host: GitHub
- URL: https://github.com/abhi-bhatra/sih22-admin-portal-medguide
- Owner: abhi-bhatra
- Created: 2022-03-25T11:21:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T08:03:27.000Z (over 2 years ago)
- Last Synced: 2024-11-16T00:27:53.378Z (3 months ago)
- Topics: actions, docker, heroku, javascript, medguide
- Language: HTML
- Homepage: https://medguide-admin.herokuapp.com/
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Admin Portal for MedGuide
## About MedGuide
MedGuide is an information portal to search for general availability of Beds, Oxygen Beds, ICUs in the hospital. Patients can gain better insights on availability in the hospitals before visiting one.## About Admin Portal
Admin Portal is designed for the hospitals. Hospital's admin can login into the portal and update the number of beds, oxygen beds, ICUs available at any point of time in the hospital.
## Internal Working of Admin Portal
- The data saved by Hospital Admin will be saved by Web Portal to the **firebase realtime database**.
- This data then fetched from **firebase realtime database** for further processing.
- This data is provided to client app/web portal, where user can know about the availability.