Java CRUD API

A clean RESTful API implementing CRUD operations for user management. Built with Java and Spring Boot, backed by a MySQL database. All endpoints are designed following REST conventions and thoroughly tested with Postman. A foundational project demonstrating Spring Boot's auto-configuration, dependency injection, and JPA/Hibernate integration.

Key Highlights

RESTful API design with Spring Boot

MySQL persistence with JPA/Hibernate

Postman-tested endpoints