Skip to content

HugoHoffmann/fastapi_todo_crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI + mongodb CRUD

This project uses FastAPI to create a Rest api with all the CRUD operations of a todo list.

To execute the project:

  • You can use a virtual environment to keep the dependencies locally
  • You have to set up a mongodb database locally
  1. pip install -r requirements.txt
  2. uvicorn main:app --reload or use the makefile command: make start-dev
  3. Access on browser: http://localhost:8000/docs to get the swagger doc.

About

Todo CRUD using fastapi + mongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published