View the Flask setup guide to install flask and pip.
Before working on the project, type . venv/bin/activate
.
For first time setup:
- Run
pip install -r requirements.txt
once the virtual environment has been activated. - Type
export FLASK_APP=main.py
- Type
flask run
- Visit localhost:5000