cf_api_net_core
cf_api_net_core copied to clipboard
.NET 8.0 API using SQL Server with Entity Framework Core + Migration + DDD + Docker with compose
.NET 8.0 Example App / API
.Net 8.0 API using SQL Server with Entity Framework Core
Unit Tests and Integration Tests
Docker with Compose
Docker steps:
- switch to Linux containers
from the folder src run the below commands
- docker-compose -f CF.Api/docker-compose.yml build
- docker-compose -f CF.Api/docker-compose.yml up
Swagger:
http://localhost:8888/swagger/index.html