/mssql-rest

RESTful API in Python serving out MS SQL Server DB data

Primary LanguagePython

Simple RESTful API over MSSQL

Serve it out with waitress-serve --port 5000 --call app:app and the API will be listening on port 5000.