Software Development Lifecycles WMGZON project source code. https://wmgzon.luke-else.co.uk
Go to file
2023-12-31 16:59:53 +00:00
models Created a set of base models to begin fleshing out the data aspect of the application 2023-12-31 16:27:39 +00:00
static Turned index page into a template 2023-12-27 22:16:23 +00:00
templates Divided html into templates 2023-12-31 16:59:53 +00:00
tests Chore: create filestructure for testing 2023-11-17 11:28:50 +00:00
web Created base flask instance and moved static templates into correct location so they can be loaded using Jinja 2023-12-27 21:36:53 +00:00
.gitignore Removed blocked files from gitignore 2023-12-15 20:25:23 +00:00
app.py Divided html into templates 2023-12-31 16:59:53 +00:00
README.md Divided html into templates 2023-12-31 16:59:53 +00:00
requirements.txt Chore: create filestructure for testing 2023-11-17 11:28:50 +00:00

runme
id version
01HK0BF4BTBSKR9VWAP1KGD2S7 v2.0

WMGZON

Flask web application serving WMGZON and its relevant backend services.

Initialisation

To start you need to create a virtual environment and load in the required dependencies for the project

python -m venv .venv
./.venv/Scripts/Activate.ps1
pip install -r requirements.txt