An open API service indexing awesome lists of open source software.

https://github.com/ojasvi-poonia/todo_app

Todo List app is a lightweight and efficient backend application built using FastAPI, a modern web framework for Python. The app currently uses an in-memory database for storing tasks and offers full CRUD functionality: POST: Add a new task. GET: Retrieve tasks (all or by ID). PUT: Update an existing task. DELETE: Delete a task by ID.
https://github.com/ojasvi-poonia/todo_app

fastapi python

Last synced: 4 months ago
JSON representation

Todo List app is a lightweight and efficient backend application built using FastAPI, a modern web framework for Python. The app currently uses an in-memory database for storing tasks and offers full CRUD functionality: POST: Add a new task. GET: Retrieve tasks (all or by ID). PUT: Update an existing task. DELETE: Delete a task by ID.

Awesome Lists containing this project