https://github.com/moshdev2213/extravaganzaapi
Welcome to ExtravaganzaAPI! 🎉🚀 This dynamic task management web service, powered by FastAPI, offers users the freedom to effortlessly add, update, and delete tasks. 💼✨ Experience seamless task handling and organization, empowering you to achieve your goals with ease and efficiency. Get started today! 🌟
https://github.com/moshdev2213/extravaganzaapi
fastapi python render
Last synced: 25 days ago
JSON representation
Welcome to ExtravaganzaAPI! 🎉🚀 This dynamic task management web service, powered by FastAPI, offers users the freedom to effortlessly add, update, and delete tasks. 💼✨ Experience seamless task handling and organization, empowering you to achieve your goals with ease and efficiency. Get started today! 🌟
- Host: GitHub
- URL: https://github.com/moshdev2213/extravaganzaapi
- Owner: moshdev2213
- Created: 2024-06-11T15:37:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T18:41:19.000Z (almost 2 years ago)
- Last Synced: 2025-06-24T08:05:04.545Z (11 months ago)
- Topics: fastapi, python, render
- Language: Python
- Homepage: https://extravaganzaapi.onrender.com/docs
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExtravaganzaAPI

Welcome to ExtravaganzaAPI! 🎉🚀 This dynamic task management web service, powered by FastAPI, offers users the freedom to effortlessly add, update, and delete tasks. 💼✨ Experience seamless task handling and organization, empowering you to achieve your goals with ease and efficiency. Get started today! 🌟
| API | EndPoint | Description|
| :------------ | :----------------- | :------------------------------------------------|
| `Status` | `/` | Checks server status. 🚀|
| `Add Task` | `/task` | Adds task functionality . 📝|
| `Get Task` | `/task/{task_id}` | Retrieves a specific task. 📋|
| `Get All Tasks`| `/task/getAllTask`| Retrieves all tasks. 📑|
| `Update Task` | `/task/{task_id}` | Updates a specific task. 🔄|
| `Delete Task` | `/task/{task_id}` | Deletes a specific task. ❌|
##
#### Checking GateWay Status
```http
https://extravaganzaapi.onrender.com
```
| Status | Value | Description |
| :-------- | :------- | :------------------------- |
| `Online` | `200` | **server Online** |
```javascript
{
"message": "server Online"
}
```
#### Credits
special credits for the content maker ,check below for the youtube tutorial.
```http
https://youtu.be/MDQ_JNZjKU0?si=mT8_A7yi7xv2vGzP
```