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
This project is composed of three decoupled microservices: Inventory Service, Cart Service, and User Authentication Service. Each service manages a distinct domain and communicates via APIs. The system follows RESTful principles and includes authentication using JWT.