Skip to content

A technology to improve adoption by doctors, nurses and other health/administrative workers in state healthcare facilities to use the HMIS software.

License

Notifications You must be signed in to change notification settings

Dv04/Hospital_Management_System

Repository files navigation

Hospital Management System

A technology to improve adoption by doctors, nurses and other health/administrative workers in state healthcare facilities to use the HMIS software.

Getting Started

Prerequisites

First of all please install the requirements using

pip install -r requirements.txt 

Usage

python server.py

Optionally, if you want to set up with a virtual environment, You can create one before installing the Requirenments:

virtualenv venv
source venv/bin/activate

To log in, please use the following configurations:

Email: [email protected] Password: test Role: Doctor

OR

Email: [email protected] Password: test Role: Reception

OR

Email: [email protected] Password: test Role: Patient

OR

Email: [email protected] Password: test Role: Staff

The Backend user data is stored in Hospital_users.json

URLS:

  • /
  • /about
  • /doctor
  • /staff
  • /patient
  • /reception
  • /pharmacy

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A technology to improve adoption by doctors, nurses and other health/administrative workers in state healthcare facilities to use the HMIS software.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published