A web service to remind you to take your medicine (Phone call)
git clone https://github.com/A-S-A-P/Medico.git
git branch API
Linux/Mac:
pip install pipenv
Windows:
python -m pip install pipenv
pipenv --python 3.6 install django==2.2 // Replace python 3.6 with your version of python (python3 --version / py --version)
pipenv shell