Initial commit

This commit is contained in:
2025-10-10 14:40:44 +11:00
committed by Woodburn
commit 8805d94101
13 changed files with 652 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Python Flask Webserver Template
Python3 website template including git actions
# Development
1. Install requirements
```bash
python3 -m pip install -r requirements.txt
```
2. Run the dev server
```bash
python3 server.py
```
# Production
Run using the main.py file
```bash
python3 main.py
```