Java Backend Learning Journey!
This repository is a collection of projects Iβve built to master Spring Boot, starting from fundamentals and progressing to more advanced concepts.
Each folder below represents a milestone β a mini project that taught me something new.
Description: My first complete Spring Boot project β a foundational CRUD application to manage student records. Covers the full lifecycle: API request β business logic β database.
Technologies: Java, Spring Boot, Spring Data JPA, REST API, H2/MySQL
Key Learnings:
- Building a REST API from scratch
- CRUD operations (Create, Read, Update, Delete)
- Connecting Spring Boot with a relational database
- Handling API requests & responses
Iβm a passionate backend developer focused on building robust and scalable backend systems.
Iβm always learning and open to collaboration π€
git commit -m "Add Student Management System project" git push origin main