Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 614 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 614 Bytes

TodoApp: Fastapi | MongoDB | REST API

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:

  1. Python Web Framework (FastAPI)
  2. VS Code
  3. MongoDB Compass
  4. MongoDB

Todo.csv and User.csv are exported collections from local MongoDB TodoApp Database.