Skip to content

Commit c05cada

Browse files
Update README.md
1 parent e142b04 commit c05cada

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,7 @@
22

33
## Overview
44

5-
The `mail_API` project is an ASP.NET Core Web API designed to manage Brazilian postal code (CEP) information. The API provides endpoints to fetch details of a specific CEP and to insert new address data by CEP.
6-
7-
## Project Structure
8-
9-
- **Controllers**
10-
- `CepController`: Handles the API requests related to CEP information.
11-
- **Services**
12-
- `CepService`: Implements the business logic for fetching and saving CEP information.
13-
- **Interfaces**
14-
- `ICepService`: Defines the contract for the CEP service.
15-
- `ICepRepository`: Defines the contract for the CEP repository.
16-
- **Models**
17-
- `CepInfo`: Represents the CEP data structure.
18-
- **DTOs**
19-
- `CepRequest`: Represents the data transfer object for the CEP request.
5+
The `mail_API` project is an ASP.NET Core Web API designed to manage Brazilian postal code (CEP) information, using a external API. The API provides endpoints to fetch details of a specific CEP and to insert new address data by CEP.
206

217
## Endpoints
228

0 commit comments

Comments
 (0)