Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 736 Bytes

File metadata and controls

40 lines (26 loc) · 736 Bytes

Medipal

Built for Innovate@UCLA's Young Tech Professionals Bootcamp Spring 2021.

Authors

Jason Lim (@jlimcode), Julia Offerman (@juliaofferman), Olivia Apuzzio (@oliviaapuzzio), and Isabel Roig (@isabelroig).

Description

Prescription reminder service to improve medical adherence.

Usage

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