A Spring Boot CRUD API with search functionality using Spring Data JPA, Hibernate, and H2 in-memory DB. It supports CRUD operations and search, following MVC architecture. RESTful endpoints can be accessed via Postman or a web frontend. More features are in progress and will be updated soon.
This is a REST API built using Spring Boot, Spring Data JPA, Hibernate, and H2 Database. It provides endpoints for performing CRUD (Create, Read, Update, Delete) operations and searching for records based on specific fields. The project follows the MVC architecture and exposes RESTful services that can be accessed using Postman or a frontend web application.
- β CRUD operations using Spring Data JPA
- β Uses Hibernate for ORM (Object-Relational Mapping)
- β Stores data in an H2 in-memory database
- β RESTful API with Spring Boot
- β Follows MVC architecture
- β Search functionality added for better data retrieval
- β Can be tested using Postman or a frontend client
- π§ More features coming soon...
- Java (Spring Boot)
- Spring Data JPA
- Hibernate
- H2 Database (in-memory database)
- Maven (for dependency management)
- Postman (for API testing)