/api-demo-app

An app demonstrating basic usage of the Nessie API in Python.

Primary LanguageJavaScript

API Demo App for Harvard HCS Bootcamp

A simple banking dashboard showing a user's accounts and transfers. It also allows user's to create new transfers. This app demonstrates basic usage of APIs in a Python Flask application. Makes use of the Nessie API for all data.

Requirements

Installation

  1. git clone https://github.kdc.capitalone.com/tld509/api-demo-app.git
  2. cd api-demo-app
  3. Create a file config.py in the root directory of the project.
  4. Open the file you just created (config.py) and add your Nessie API key as a variable.
    API_KEY = "my_api_key"
  5. pip install -r requirements.txt
  6. python run.py
  7. Navigate to localhost:5000 to view the dashboard.

Alt text

Alt text