Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)