padhia / be-smart-hackathon-2020-flights

A sample Python application that uses Teradata database to serve flights data via REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flights

A sample Python application that uses Teradata database to serve flights data to users via REST API.

This application was developed as a guide for the BE SMART Hackathon 2020 participants.

Installation

  1. Install a recent version of Python (>= 3.7 recommended)
  2. Clone this repository or download application files
  3. Install application dependencies using: python -m pip install -r requirements.txt

Running the Application

  1. Update tdconn.json file with authentication information needed to connect to Teradata database
  2. Start the application server: python flights.py
  3. Open http://localhost:8000/ in your browser

Following URLs are also available:

About

A sample Python application that uses Teradata database to serve flights data via REST API


Languages

Language:Python 100.0%