Python Web-Frameworks Projects¶
This section showcases all python web-frameworks projects with their documentation and source code.
đź’ˇ Navigation Tip
Click on any project card to view its complete documentation, or use the dropdown to preview key information.
A simple and efficient todo list API built with FastAPI, featuring full CRUD operations with timestamps for creation, updates, and completion tracking…
FastAPI Python SQLite
+++
Quick Preview¶
A simple and efficient todo list API built with FastAPI, featuring full CRUD operations with timestamps for creation, updates, and completion tracking…
Technologies: FastAPI, Python, SQLite
đź“– Quick Preview
A simple and efficient todo list API built with FastAPI, featuring full CRUD operations with timestamps for creation, updates, and completion tracking. Packaged for easy distribution and deployment to feeds.
Add todo items with title and optional description
Mark items as completed with automatic completion timestamps
Remove items from the list
View active todos with creation and modification dates
View completed todos with completion dates
Update existing todos (title, description, status)
… (view full documentation for complete details)