Built for Innovate@UCLA's Young Tech Professionals Bootcamp Spring 2021.
Jason Lim (@jlimcode), Julia Offerman (@juliaofferman), Olivia Apuzzio (@oliviaapuzzio), and Isabel Roig (@isabelroig).
Prescription reminder service to improve medical adherence.
After cloning the git repository, run the following commands:
(For first time pipenv
use)
pip install pipenv
Followed by:
cd medipal
pipenv install
You'll need to have a couple environment variables set up before running.
export FLASK_APP=server.py #this is a bash command
Once your environment is set up, you can start the venv and run the server.
pipenv shell
flask run