Skip to content

clemthi/fastapi-crud-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI CRUD example

I made this little example to show how easily you make a REST api with basic CRUD operation with FastAPI and SQLAlchemy.

Setup dev environement

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt 

Run the API

python -m uvicorn main:app

About

rest api crud example with FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages