Skip to content

FastAPI is a Web framework for developing RESTful APIs in Python. ๐Ÿš€๐Ÿ”ฅ

Notifications You must be signed in to change notification settings

hossainchisty/FastAPI-CRUD-RESTful-APIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

FastAPI-Heros

A simple application written in FastAPI.

Overview

The API itself will follow RESTful design principles, using the basic HTTP verbs: GET, POST, PUT, and DELETE.

Endpoint HTTP Method CRUD Method Result
/heros GET READ Get all hero's
/heros/:id GET READ Get a single hero
/create/heros POST CREATE Add a hero
/heros/:id/update PUT UPDATE Update a hero
/heros/:id/delete DELETE DELETE Delete a hero

About

FastAPI is a Web framework for developing RESTful APIs in Python. ๐Ÿš€๐Ÿ”ฅ

Topics

Resources

Stars

Watchers

Forks