Skip to content

Simple Demo REST API use Fast API. It capable operation POST,READ,PUT and DELETE with Postgresql

Notifications You must be signed in to change notification settings

hanielz/Fast-API-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-- prerequisite --

  1. python 3.6+
  2. text editor
  3. postgresql 8+
  4. web browser

-- pip package required --

  1. fastapi
  2. uvicorn
  3. sqlalchemy

you can use pip install -r requirement.txt to install required package

running the fasapi with uvicorn use command below: python -m uvicorn main2:app --reload (Windows 11 )

happy coding !

About

Simple Demo REST API use Fast API. It capable operation POST,READ,PUT and DELETE with Postgresql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published