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

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! 🌟

Awesome Lists containing this project

README

          

# ExtravaganzaAPI

![Desktop - 1](https://github.com/moshdev2213/ExtravaganzaAPI/assets/103739510/366b1dfe-3d58-493b-bbc8-35d6eec98a02)

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
```