Git clone the application Create a virtual environment inside the application virtualenv -p /usr/bin/python3.4 venv source venv/bin/activate Install Python modules pip3.4 install -r requirements.txt Run the application using python app.py You will get two REST API http://localhost:5000/api/v1.0/task http://localhost:5000/api/v1.0/task/id/<taskId>