https://github.com/rahulprojects01/curdapplication_springboot
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
https://github.com/rahulprojects01/curdapplication_springboot
jpa-hibernate mvc-architecture mysql spring-boot
Last synced: about 2 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/rahulprojects01/curdapplication_springboot
- Owner: RahulProjects01
- Created: 2024-12-10T06:53:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T13:36:48.000Z (over 1 year ago)
- Last Synced: 2025-02-27T01:53:47.322Z (over 1 year ago)
- Topics: jpa-hibernate, mvc-architecture, mysql, spring-boot
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
git clone https://github.com/your-username/crud-application.git