A simple CRUD (Create, Read, Update, Delete) REST API built using Spring Boot.
This project is created to understand the fundamentals of RESTful services, HTTP methods, and request/response handling.
- Create a resource using POST
- Fetch data using GET
- Update existing data using PUT
- Delete data using DELETE
- Proper usage of:
ResponseEntityHttpStatus
- Tested using Postman
- Java
- Spring Boot
- Spring Web
- Postman (for API testing)
This project is created to:
- Practice REST API concepts
- Understand Spring Boot basics
- Learn proper HTTP response handling
Pratik Senapati
GitHub: PratikC54
If you’re learning Spring Boot, this is a good starting point — but don’t stop here.
A real backend starts after CRUD.