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 visualstudiocommunity
Last synced: about 1 year 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T08:59:58.000Z (over 1 year ago)
- Last Synced: 2025-02-25T10:19:12.013Z (over 1 year ago)
- Topics: api, csharp, swagger-ui, visualstudiocommunity
- Language: C#
- Homepage:
- Size: 12.7 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

## 2. HttpGet - GetAll
### Swagger Screen

## 3. HttpGet - GetById
### Swagger Screen

## 4. HttpPut
### Swagger Screen

## 5. HttpDelete
### Swagger Screen
