This project is just a simple Flask REST project that is proxied and forwarded through nginx
-
Make sure that you have the following host machine dependencies met.
1.1 Docker
1.2 Python 3
1.3 virtualenv
1.4 pip
-
Setup Python Virtual Environment
$ virtualenv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt