Files
pos-system/services/membership-service-net
..

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/.