A technology to improve adoption by doctors, nurses and other health/administrative workers in state healthcare facilities to use the HMIS software.
First of all please install the requirements using
pip install -r requirements.txt
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: test@gmail.com Password: test Role: Doctor
OR
Email: test1@gmail.com Password: test Role: Reception
OR
Email: test2@gmail.com Password: test Role: Patient
OR
Email: test3@gmail.com Password: test Role: Staff
The Backend user data is stored in Hospital_users.json
URLS:
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details