Every year thousands of people go to hospitals to cure illnesses that can be resolved with a simple treatment, this makes the queues longer and the really sick people are more harmed. With the aim of, in a certain way, reducing mortality due to delay, I created this project
Healthin Project is a software program created with the aim of facilitating tasks related to medicine.
# clone the project
$ git clone https://github.com/angelo-francisco/HealthingProject.git
# Create a venv
$ python3 -m venv venv
# Acess it(it's diferent at the MacOS and Linux dists)
$ ./venv/Scripts/Activate
# Download the dependencies
$ pip install -r requirements.txt
# Run and make your editions
$ python manage.py runserver
This project has the license MIT, click here for more details MIT LICENSE.