This is a demo application for CDS APIs. It is a Python Flask application created using the flask-boilerplate.
- Clone the repo
$ git clone git@github.com:jeeyi/cds-demo.git
$ cd cds-demo
- Install the dependencies:
$ pip install -r requirements.txt
- Run the development server:
$ python app.py
- Navigate to http://localhost:7000