Set up multi-project solution with DbFirst API, Application, Domain, and Infrastructure layers. Implemented database-first EF Core for the Catalog entity, including domain, DTOs, repository, service, and controller. Configured AutoMapper, DI, Swagger, and project settings. Added .gitattributes and initial configuration files.
7 lines
129 B
HTTP
7 lines
129 B
HTTP
@DbFirst.API_HostAddress = http://localhost:5131
|
|
|
|
GET {{DbFirst.API_HostAddress}}/weatherforecast/
|
|
Accept: application/json
|
|
|
|
###
|