kaykymatos / ToDoTasks

This project was do with visual studio 2019, he is a API maked using dotnet 3.1. This project is using LiteDb package, this package is a Database where the informations will be recorded in the project, he is very fast and is very good to do tests. In this API, a crud project was made that contains the methods Create, Read, Update and Delet, go down to see examples of its use.
MIT License
0 stars 0 forks source link

ToDoTasks

NPM
This project was do with visual studio 2019, he is a API maked using dotnet 3.1

Technology and tools used

LiteDb

This project is using LiteDb package, this package is a Database where the informations will be recorded in the project, he is very fast and is very good to do tests. LiteDb

Swagger

Swagger is an open source api documentation that helps us to understand API service methods. When we consume a web API, then understanding its various methods and verbs can be challenging for a developer. Swagger

API Methods and responses

In this API, a crud project was made that contains the methods Create, Read, Update and Delet, go down to see examples of its use.

Post

Post being used

PostTask

Post response

PostResponse

Get all

GetAll being used

GetTasks

GetAll Response

GetTasksResponse

Get One

GetOne being used

GetOneTaskById

GetOne Response

GetOneTaskByIdResponse

Put

Put being used

PutTask

Put Response

PutTaskResponse

Delet

Delet being used

DeletTask

Delet Response

DeletTaskResponse