Required Python Packages:
- Python 3.0 +
- requirements.txt
Commands For Manual execution :
apt-get update && apt-get upgrade && apt-get install python3 pip3
cd < Source Path >
pip install --no-cache-dir -r requirements.txt
flask run --debug -p 5000 -h 127.0.0.1
Commands For Running with Docker :
cd < Source Path >
docker-compose up -d