All Projects
A collection of my work and side projects

Employee Management System
A simple Spring Boot application that performs CRUD operations for managing employees...
Key Highlights
- Built CRUD endpoints using Spring Data JPA
- Implemented service-repository-controller architecture
- Used MySQL as backend database
JavaSpring BootMySQLREST API

E-commerce Backend System - MyShops
Developed a fully-functional e-commerce backend using Spring Boot following clean architecture...
Key Highlights
- Modular folder structure with services, DTOs, requests/responses, and exceptions
- Implemented user authentication, product, cart, and order APIs
- Containerized the application using Docker for easy deployment
JavaSpring BootMySQLDockerREST API