A production-grade e-commerce platform built with Go (Gin) microservices, Next.js 16, PostgreSQL, Redis caching, Apache Kafka event streaming, and Docker Compose. Implements API Gateway, Saga pattern, and DB-per-service architecture.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
21
commits
Merge pull request #3 from rezadrian01/feature/authentication-and-gateway
9ed6ab3View on GitHubchore: Update Dockerfiles to use Go 1.25-alpine and add environment configuration for services
8643150View on GitHubfeat: Update API Gateway routing and configuration, enhance user service address management
1e84ce4View on GitHubfeat: Enhance API Gateway with dynamic service routing and configuration management
fba417bView on GitHubfeat: Enhance address management by updating UpdateAddress method to accept userID and addressID, and adding address not found error handling
38174e9View on GitHubfeat: Add environment configuration for user service, including Redis and Kafka setup
538b756View on GitHubfeat: Implement user service configuration, database setup, and routing with health check endpoint
0c62987View on GitHubrefactor: Refactor authentication handling by moving AuthMiddleware to a dedicated middleware file and updating user handler methods to use the new middleware
d6b9cf3View on GitHubfeat: Implement user authentication and authorization with JWT, including registration, login, and token management
79e4c98View on GitHubrefactor: Remove handlers and service layers, introduce caching and event publishing
c123cbfView on GitHubfeat: Refactor user repository methods and add address management functionality
c1c19a3View on GitHubfeat: Add user domain models and cache interface for user management
870b356View on GitHubMerge branch 'main' of https://github.com/rezadrian01/Auron into feature/authentication-and-gateway
809bac1View on GitHubMerge pull request #2 from rezadrian01/setup-project
ed264d9View on GitHub