Menu Close

Hospital-API

Hospital Backend API

A Server-side API built on NodeJS and MongoDB for hospital doctors to keep track of their patients with Covid19 test reports.

There can be 2 types of Users

-Doctors
-Patients

Doctors can log In

Each time a patient visits, the doctor will follow 2 steps
Register the patient in the app(using phone number , if the patient
already exists, just return the the patient info in the API)

[Live](After the live this project paste link here)

[Documentation](docs of that hosted platform)

Routes:

image

Screenshots:

Doctor Register:

image

Doctor Login:

image

Patient Register:

image

Patient Reports:

image

View Source Code
Posted in Development