Files
python-webserver-template/README.md
Nathan Woodburn 6d6a443c89
All checks were successful
Build Docker / BuildImage (push) Successful in 2m37s
feat: Add some readme info and add some more boilerplate code
2025-07-02 15:55:50 +10:00

296 B

Python Flask Webserver Template

Python3 website template including git actions

Development

  1. Install requirements
python3 -m pip install -r requirements.txt
  1. Run the dev server
python3 server.py

Production

Run using the main.py file

python3 main.py