You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,7 @@
2
2
3
3
## Overview
4
4
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.
0 commit comments