python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
export FLASK_APP=diary_ui.py
export FLASK_ENV=development
export FLASK_RUN_PORT=5001
flask runUh oh!
There was an error while loading. Please reload this page.
There was an error while loading. Please reload this page.