Skip to content

NayanUnni95/ToDo-List-FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo-FastAPI

ToDo List API build with FastAPI

Clone the Repository:

git clone https://github.com/NayanUnni95/ToDo-List-FastAPI.git

Navigate to the Project Directory:

cd ToDo-List-FastAPI

Create new python Environment:

python3 -m venv venv

Activate Environment:

source venv/bin/activate

Install Dependencies:

pip install -r requirements.txt

Run the Application:

python3 run.py

📡 API Documentation

Project features

  • Login, SignUp etc.

  • Auth(access, refresh)

  • Create ToDo

  • View ToDo

  • Mark a todo as completed

  • Edit ToDo

  • Delete ToDo

  • Group by completed, To be done & Time elapsed

  • WebSocket(Group Chat)

About

ToDo List API build with Fastapi

Resources

Stars

Watchers

Forks

Languages