Medication tracking web app.
To get started, enter the virtual environment:
source my_environment/py3Env/bin/activateThen install the dependencies:
pip3 install Flask
pip3 install flask_bcrypt
pip3 install pymysqlFinally, run the server:
python3 server.py