What I Built
I built the customer path from browsing clothes to placing an order. Shoppers can search the catalog or browse by category, then narrow the results with filters. Product pages show photos alongside size and color options. Customers can save favorites or add items to a cart before ordering. Their profile keeps past orders and address details.
I also built features in both backend services. The shop API supplies product data and reviews. It keeps each customer’s favorites and cart connected to their account through order creation. The authentication service supports sign-up and email confirmation. Token refresh maintains access after sign-in, while password reset helps customers recover their accounts.
I worked on deployment as part of the same project. The frontend and backend are packaged as separate containers. GitHub Actions builds the deployable images, and Kubernetes runs the services. Database migrations are included in the release setup.


