Example Flask application for Apidaze git clone https://github.com/evinh/apidaze-flask-example.git cd apidaze-flask-example virtualenv venv source venv/bin/activate pip install -r requirements.txt (just in case) To run: python app.py