Skip to content

rizalwidiatmaj/fastapi-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI for Beginners

In This tutorial we'll be looking at how to get up and running with FastAPI. We'll be building a very simple API that makes use of the following HTTP methods:

  • GET - getting data from some data source
  • POST - creating or adding some data to the data source
  • UPDATE - updating a some piece of data in our data soure
  • DELETE - delete some piece of data in the data source

About

FastAPI Sample projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages