Files
pos-system/microservices/services/membership-service-net
Ho Ngoc Hai 76d75c753b Migrate
2026-05-23 18:37:02 +07:00
..
2026-05-23 18:37:02 +07:00
2026-05-23 18:37:02 +07:00
2026-05-23 18:37:02 +07:00
2026-05-23 18:37:02 +07:00
2026-05-23 18:37:02 +07:00
2026-05-23 18:37:02 +07:00
2026-05-23 18:37:02 +07:00
2026-05-23 18:37:02 +07:00
2026-05-23 18:37:02 +07:00
2026-05-23 18:37:02 +07:00
2026-05-23 18:37:02 +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/.