Skip to content
Srijan Maharjan

Backend project · 2023

Shop Ease

Java · Spring Boot · MySQL

STA-04HUB-11NOC-CORE

01 / The story

Spring Boot e-commerce backend: session authentication, catalog and cart services, and order state management on MySQL.

Shop Ease is a Java, Spring Boot, and MySQL build covering the e-commerce flow from account access and product browsing to cart and order management, structured as controllers, services, and repositories.

02 / Instrumentation

  • Java
  • Spring Boot
  • MySQL

03 / Delivered work

  1. 01

    Spring Boot REST API with session based authentication

  2. 02

    Product catalog and inventory data model on MySQL

  3. 03

    Cart and checkout services with order state management

  4. 04

    Layered architecture: controllers, services, and repositories