Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 17 days 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
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
![image](https://github.com/user-attachments/assets/0a00d0e9-9ec4-4faf-8984-c0282d5d01ca)