Spaces:
Runtime error
Runtime error
Upload README.yaml with huggingface_hub
Browse files- README.yaml +28 -0
README.yaml
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Todo Backend API
|
| 3 |
+
emoji: 📝
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
python_version: "3.11"
|
| 8 |
+
pinned: false
|
| 9 |
+
license: mit
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Todo Backend API
|
| 13 |
+
|
| 14 |
+
This is a FastAPI backend for a Todo application with extended features.
|
| 15 |
+
|
| 16 |
+
## About
|
| 17 |
+
|
| 18 |
+
This space demonstrates a full-featured Todo backend API built with FastAPI, SQLAlchemy, and includes AI integration features.
|
| 19 |
+
|
| 20 |
+
## Features
|
| 21 |
+
|
| 22 |
+
- CRUD operations for todos
|
| 23 |
+
- User authentication
|
| 24 |
+
- Advanced filtering and search
|
| 25 |
+
- AI-powered features
|
| 26 |
+
- Recurring tasks
|
| 27 |
+
- Priority management
|
| 28 |
+
- Due dates and reminders
|