Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusadc/taskmanager
This project aims to represent the back-end of a Task Manager, where it is possible to create a task, view all tasks or a specific task by ID, edit a task by ID, and delete a task by ID.
https://github.com/matheusadc/taskmanager
api csharp swagger-ui
Last synced: 17 days ago
JSON representation
This project aims to represent the back-end of a Task Manager, where it is possible to create a task, view all tasks or a specific task by ID, edit a task by ID, and delete a task by ID.
- Host: GitHub
- URL: https://github.com/matheusadc/taskmanager
- Owner: MatheusADC
- Created: 2024-12-30T19:22:05.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-30T19:34:57.000Z (about 1 month ago)
- Last Synced: 2024-12-30T20:25:35.148Z (about 1 month ago)
- Topics: api, csharp, swagger-ui
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This project aims to represent the back-end of a Task Manager, where it is possible to create a task, view all tasks or a specific task by ID, edit a task by ID, and delete a task by ID.# Endpoints
## 1. HttpPost
### Swagger Screen
![image](https://github.com/user-attachments/assets/d774ba76-33fb-40fb-b4d9-ce7e07304be4)## 2. HttpGet - GetAll
### Swagger Screen
![image](https://github.com/user-attachments/assets/e6d15b71-a78f-44aa-b2ad-ff0a35e1a3b5)## 3. HttpGet - GetById
### Swagger Screen
![image](https://github.com/user-attachments/assets/7052ffc7-6779-4a02-b426-1fdab4076f24)## 4. HttpPut
### Swagger Screen
![image](https://github.com/user-attachments/assets/d94e7f93-3064-4c8c-8a23-7d24a1b0e866)## 5. HttpDelete
### Swagger Screen
![image](https://github.com/user-attachments/assets/39fa8e97-a53c-465d-a560-5792f8eef04f)