Software Development Lifecycles WMGZON project source code. https://wmgzon.luke-else.co.uk
Go to file
2024-01-01 20:19:57 +00:00
controllers Created base database controller and user database controller to allow for initial database control 2024-01-01 20:19:57 +00:00
models Created base database controller and user database controller to allow for initial database control 2024-01-01 20:19:57 +00:00
scripts Created base database controller and user database controller to allow for initial database control 2024-01-01 20:19:57 +00:00
static Created login and signup forms 2023-12-31 19:03:29 +00:00
templates Created login and signup forms 2023-12-31 19:03:29 +00:00
tests Chore: create filestructure for testing 2023-11-17 11:28:50 +00:00
.gitignore Created docker compose file with sqlite3 database container 2024-01-01 15:04:58 +00:00
app.py Created base database controller and user database controller to allow for initial database control 2024-01-01 20:19:57 +00:00
docker-compose.yml Updated docker file to run new script file 2024-01-01 17:52:44 +00:00
dockerfile Updated docker file to run new script file 2024-01-01 17:52:44 +00:00
README.md Updated readme to style shell scripting 2023-12-31 19:10:36 +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