You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major tools used in building this TodoApi are FastAPI (a modern, fast (high-performance), web framework for building APIs with Python) and MongoDB Compass.
All the routes available in these APIs are created with different request methods like GET,POST,DELETE, and PUT. These TodoAPIs are build in local environment and local mongodb database is used.
Techstack:
Python Web Framework (FastAPI)
VS Code
MongoDB Compass
MongoDB
Todo.csv and User.csv are exported collections from local MongoDB TodoApp Database.
About
Todo API service with token authentication built using FastAPI as framework.