/PythonSimpleAPI

Very Basic API

Primary LanguagePython

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)