This project uses FastAPI to create a Rest api with all the CRUD operations of a todo list.
- You can use a virtual environment to keep the dependencies locally
- You have to set up a mongodb database locally
pip install -r requirements.txtuvicorn main:app --reloador use the makefile command:make start-dev- Access on browser: http://localhost:8000/docs to get the swagger doc.