- Build & start docker image:
docker compose up --build
- The flask app will be available at http://localhost:5001/
- Optional:
docker compose exec app bash
- Change directory:
cd app
- Install dependencies:
pip install -r requirements.txt
- Run:
python app.py
(unprotected version);python app_protected.py
(protected version); - The flask app will be available at http://localhost:5001/
Demo Site Hosted by pythonanywhere
Due to storage limitations of pythonanywhere, only the unprotected version was deployed https://rogerluo233.pythonanywhere.com/