A walkthrough to getting started with med-e-care on a local machine. In this project we're using flask (py3), postgresql.
After cloning the repo, enter into the med-e-care directory.
Here, "desired name" with quotes should be replaced.
python3 -m venv "desired name"
Enter the virtual environment. Replace 'venv' with your virtualenv name.
Eg: source venv/bin/activate
Install the requirements
pip install -r requirements.txt
Ensure that you're in the right directory.
python3 app.py