Skip to content

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.

Notifications You must be signed in to change notification settings

ShreekarYP/Springboot-crud-REST-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Springboot-crud-api

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.


Spring Boot CRUD API with Search Functionality πŸ”

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.

πŸš€ Features

  • βœ… 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...

πŸ“Œ Technologies Used

  • Java (Spring Boot)
  • Spring Data JPA
  • Hibernate
  • H2 Database (in-memory database)
  • Maven (for dependency management)
  • Postman (for API testing)

πŸ”§ Project Structure (MVC)

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages