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

https://github.com/marcosvini9999/rest-api-items

An api of miscellaneous items made in .NET
https://github.com/marcosvini9999/rest-api-items

api-rest automapper crud dotnet efcore http-methods request-response unity-of-work

Last synced: 9 months ago
JSON representation

An api of miscellaneous items made in .NET

Awesome Lists containing this project

README

          

# API REST

A project made in .NET, EF core and AutoMapper, for understanding the MVC model

![swagger_banner](./assets/images/swagger_image.png)

## 🛠️ Technologies

1. [.NET](https://dotnet.microsoft.com/pt-br/)
2. [Microsoft Entity Framework Core](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore)
3. AutoMapper

## 📷 Tests with postman

- GET
![swagger_banner](./assets/images/test_get.png)

---

- POST
![swagger_banner](./assets/images/test_post.png)

---

- GET BY ID
![swagger_banner](./assets/images/test_get_by_id.png)

---

- PUT
![swagger_banner](./assets/images/test_put.png)

---

- DELETE
![swagger_banner](./assets/images/test_put.png)