You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API Gateway for QuickShop, a NestJS-based e-commerce application. Manages HTTP requests and routes them to the appropriate microservices. A central point for handling requests in the application.
Order handling service for QuickShop, an e-commerce application. Developed using NestJS and gRPC. Manages incoming orders and integrates with the product service.
Authentication service for QuickShop, a simple e-commerce application using NestJS and gRPC. Handles user sign-ups and sign-ins, and manages request authorization.