Python 3.6 or 3.7
git clone https://github.com/teamfortyone/rest-api- Create a virtualenv and activate it
pip install -r requirements.txt
Navigate to root of the project directory (.../rest-api/)
Run the server using below command:
gunicorn -b :5000 src.app:app