Project for a Workshop to build a picture server in python with flask and peewee.
- Python 66.9%
- HTML 28.9%
- Shell 2.2%
- Batchfile 2%
| example | Content IDed the images | |
| results/2022-07-20 | results for the workshop today | |
| starting | Setup script to install all necessary dependencies with pip on Windows | |
| .gitignore | creating User table | |
| LICENSE | Initial commit | |
| presentation.odp | results for the workshop today | |
| presentation.pdf | results for the workshop today | |
| qr.png | qr code to review form | |
| README.md | added instructions to run the server, not just setup | |
| setup.bat | adding instructions to run starting in Windows and Linux/MacOS | |
| setup.sh | adding instructions to run starting in Windows and Linux/MacOS | |
workshop-python-web-app
Project for a Workshop to build a picture server in python with flask and peewee.
Linux und Mac
Führe aus im Terminal:
bash setup.sh
cd starting
gunicorn main:app
Windows
Öffne CMD im workshop Ordner (Option unter Rechtsklick im Windows Explorer).
Dann gib ein:
setup.bat
cd starting
gunicorn main:app