Diary UI Getting started 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 run