dotnetcore-microservices-poc icon indicating copy to clipboard operation
dotnetcore-microservices-poc copied to clipboard

Very simplified insurance sales system made in a microservices architecture using .NET Core

Results 17 dotnetcore-microservices-poc issues
Sort by recently updated
recently updated
newest added

Consider using something like TestContainer to make running integration test possible in CI/CD pipeline

While running infra-run. sh, its unable to start Postgres database and throws following error Error: The database is uninitialized and the superuser password is not specified. **Fix:** Need to include...

Upgrade to .net 9: - [x] Upgrade sdk - [ ] Upgrade dependencies - [ ] Upgrade dockerfiles - [ ] Add docker file for blazor client - [ ]...