Ecosyste.ms: Awesome
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: 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.
- Host: GitHub
- URL: https://github.com/matheusadc/petfolio
- Owner: MatheusADC
- Created: 2025-01-10T14:17:58.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2025-01-10T14:29:12.000Z (29 days ago)
- Last Synced: 2025-01-10T15:35:49.148Z (29 days 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
![image](https://github.com/user-attachments/assets/0a00d0e9-9ec4-4faf-8984-c0282d5d01ca)