/cds-demo

Primary LanguagePythonApache License 2.0Apache-2.0

CDS Demo Web Application

This is a demo application for CDS APIs. It is a Python Flask application created using the flask-boilerplate.

Quick Start

  1. Clone the repo
$ git clone git@github.com:jeeyi/cds-demo.git
$ cd cds-demo
  1. Install the dependencies:
$ pip install -r requirements.txt
  1. Run the development server:
$ python app.py
  1. Navigate to http://localhost:7000

Learn More

  1. Flask Documentation
  2. Flask Extensions
  3. Real Python :)