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

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.

Awesome Lists containing this project

README

          

# description icon 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.

# C# icon Swagger
![image](https://github.com/user-attachments/assets/0a00d0e9-9ec4-4faf-8984-c0282d5d01ca)