sqlinsights / PythonSimpleAPI

Very Basic API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PythonSimpleAPI

Very Basic API using Flask, PYODBC and YAML

You will need to install:

  • Flask (pip install flask)
  • PYODBC (pip install pyodbc)
  • YAML (pip install pyyaml)
  • AdventureWorks2017 Database (I use it on a docker container but it's your choice)

About

Very Basic API


Languages

Language:Python 80.1%Language:HTML 19.9%