Skip to content

Todo API service with token authentication built using FastAPI as framework.

Notifications You must be signed in to change notification settings

SaiJeevanPuchakayala/TodoAPI-Service-Using-FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.