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
- Host: GitHub
- URL: https://github.com/marcosvini9999/rest-api-items
- Owner: MarcosVini9999
- Created: 2023-01-30T19:25:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T01:58:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T16:23:38.160Z (10 months ago)
- Topics: api-rest, automapper, crud, dotnet, efcore, http-methods, request-response, unity-of-work
- Language: C#
- Homepage:
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API REST
A project made in .NET, EF core and AutoMapper, for understanding the MVC model

## 🛠️ 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

---
- POST

---
- GET BY ID

---
- PUT

---
- DELETE
