dotnetcore-microservices-poc
dotnetcore-microservices-poc copied to clipboard
Very simplified insurance sales system made in a microservices architecture using .NET Core
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 - [ ]...