Skip to content

ZoanHy/RestAPI_Hybrid_NorthWind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NorthWind Flask API

Northwind Traders is a database sample that is shipped along with the Microsoft Access application. The Northwind database is available under a Microsoft Public License. We can access and practice Northwind database in W2school website https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_all

Deloyment

Create a virtual enviroment

python -m venv env

Install package

pip install -r requirements.txt

Run flask

flask --app .\app.py --debug run

API POSTMAN

https://documenter.getpostman.com/view/23947627/2s8YmSsM6f

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published