Skip to content

The CRUD Application is built using Spring Boot, JPA, and MySQL to perform basic operations on data. It provides a set of RESTful APIs for Create, Read, Update, and Delete operations on entities. The application allows users to manage records in a database, such as adding, retrieving, modifying, and deleting data. It leverages Spring Data JPA to s

Notifications You must be signed in to change notification settings

RahulProjects01/CurdApplication_SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Application in Spring Boot

A basic CRUD (Create, Read, Update, Delete) application built using Spring Boot, MySQL, and JPA, showcasing fundamental backend development with a focus on clean and efficient API design.

Features

  • Create: Add new records to the database.
  • Read: Retrieve records with optional filtering.
  • Update: Modify existing records efficiently.
  • Delete: Remove records securely.

Tech Stack

  • Framework: Spring Boot
  • Database: MySQL
  • ORM: JPA (Java Persistence API)
  • Tools: Spring Data JPA, Postman (for API testing)

How to Run

  1. Clone the repository:
    git clone https://github.com/your-username/crud-application.git

About

The CRUD Application is built using Spring Boot, JPA, and MySQL to perform basic operations on data. It provides a set of RESTful APIs for Create, Read, Update, and Delete operations on entities. The application allows users to manage records in a database, such as adding, retrieving, modifying, and deleting data. It leverages Spring Data JPA to s

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages