https://github.com/matheusadc/petfolio
The project aims to represent a layered back-end for a CRUD system to handle the registration, retrieval, updating, and deletion of pet information.
https://github.com/matheusadc/petfolio
csharp layered-architecture swagger-ui
Last synced: 8 months ago
JSON representation
The project aims to represent a layered back-end for a CRUD system to handle the registration, retrieval, updating, and deletion of pet information.
- Host: GitHub
- URL: https://github.com/matheusadc/petfolio
- Owner: MatheusADC
- Created: 2025-01-10T14:17:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T11:38:08.000Z (over 1 year ago)
- Last Synced: 2025-02-01T12:27:23.141Z (over 1 year ago)
- Topics: csharp, layered-architecture, swagger-ui
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Description
The project aims to represent a layered back-end for a CRUD system to handle the registration, retrieval, updating, and deletion of pet information.
The layers are **Communication** – which handles requests and responses, **Application** – which defines the Use Cases for each HTTP method, that is, the business rules, and finally the **API** layer, which contains the Controller.
#
Swagger
