Skip to content

husnainkhurshiid/fastapi-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

FastApi Python's Framework

Simple api for a book store performing CRUD operation's. Data is being stored and retrieved from a list data structure.

Run Application

Need to run the following command's to use the api.

pip install fastapi

pip install uvicorn

Start Server

uvicorn books:app --reload

FastApi's Interface

127.0.0.1:8000/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages