Files
pos-system/services/membership-service-net
Ho Ngoc Hai 01b246287e
Some checks failed
Build & Deploy to K8s / build-and-deploy (push) Failing after 44m57s
build: full rebuild v4 (Harbor ingress timeout 600s patched)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 22:43:31 +07:00
..

Membership Service

EN: English Documentation
VI: Tài liệu Tiếng Việt

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

See detailed documentation in docs/en/ or docs/vi/.