722 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			722 B
		
	
	
	
	
	
	
	
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
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.