b821050869acd1caa9f3bb5161c0d8dd2a467a52
				
			
			
		
	runme
| runme | ||||
|---|---|---|---|---|
  | 
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
Testing
To run the full suite of unit tests for the webapp simply run the following command in the venv
pytest
Running
Pre-Requisites
- Docker daemon is installed and running.
 - Docker compose is installed.
 
Instructions
In order to run the web app, simply use the command
docker-compose up -d
to run the container in a detatched mode.
Description
				Software Development Lifecycles WMGZON project source code.
						
						
							
								 https://wmgzon.luke-else.co.uk
							
						
						
					Languages
				
				
								
								
									Python
								
								54%
							
						
							
								
								
									HTML
								
								28.6%
							
						
							
								
								
									CSS
								
								16.8%
							
						
							
								
								
									Shell
								
								0.6%