web dev demo
The entrypoint of the application is in webdev_summer_demo/app/app.py
; do not change the name of the file or directory.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
source venv/bin/activate
python run.py
And visit http://localhost:8080/webdev_summer_demo.
Ensure you update requirements.txt
whenever installing a new dependency with pip
.
In the case of extra (debian) system dependencies, add them to deps.txt
.
docker-compose build app
docker-compose push app
docker-compose run app