Some checks failed
Build & Deploy to K8s / build-and-deploy (push) Failing after 44m57s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Membership Service
Quick Links
Tech Stack
- .NET 10
- PostgreSQL
- Redis (caching)
- MediatR (CQRS)
- FluentValidation
Development
# Restore and build
dotnet restore
dotnet build
# Run the API
dotnet run --project src/MembershipService.API
# Run tests
dotnet test