Software Development Lifecycles WMGZON project source code. https://wmgzon.luke-else.co.uk
Go to file
2024-01-01 16:25:58 +00:00
models Created login and signup forms 2023-12-31 19:03:29 +00:00
scripts Adapted database scripts to be run from the root directoryt 2024-01-01 16:25:58 +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
web Created login and signup forms 2023-12-31 19:03:29 +00:00
.gitignore Created docker compose file with sqlite3 database container 2024-01-01 15:04:58 +00:00
app.py Created dockerfile for running WMGZON web application 2024-01-01 15:39:48 +00:00
docker-compose.yml Removed SQLite from docker compose as it is no longer required 2024-01-01 16:23:13 +00:00
dockerfile Adapted database scripts to be run from the root directoryt 2024-01-01 16:25:58 +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