View the Flask setup guide to install flask and pip.

Before working on the project, type . venv/bin/activate.

For first time setup:

  1. Run pip install -r requirements.txt once the virtual environment has been activated.
  2. Type export FLASK_APP=main.py
  3. Type flask run
  4. Visit localhost:5000