Divided html into templates

This commit is contained in:
2023-12-31 16:59:53 +00:00
parent 54877495f0
commit 2f63b6e89c
5 changed files with 113 additions and 88 deletions

View File

@@ -1,3 +1,19 @@
---
runme:
id: 01HK0BF4BTBSKR9VWAP1KGD2S7
version: v2.0
---
# WMGZON
Flask web application serving WMGZON and its relevant backend services.
``` 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
```sh {"closeTerminalOnSuccess":"false","id":"01HK0BJCK9BR05J127F1X0RZP9"}
python -m venv .venv
./.venv/Scripts/Activate.ps1
pip install -r requirements.txt
```