https://github.com/vijay-nits/firstspringcurd
https://github.com/vijay-nits/firstspringcurd
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vijay-nits/firstspringcurd
- Owner: VIjay-Nits
- Created: 2024-03-10T09:09:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T20:00:41.000Z (over 1 year ago)
- Last Synced: 2025-01-10T16:16:39.027Z (6 months ago)
- Language: Java
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project aims to provide a hands-on learning experience with Spring Boot by implementing CRUD (Create, Read, Update, Delete) operations using a MySQL database. Through this project, developers will gain practical knowledge of building RESTful APIs to perform basic database operations using HTTP requests.
Skills - Java, Spring Boot, Spring DAO, MySQL, MavenHTTP Method request from Postman -
1. Get Request - "/employee" - will show the all employee deatils
2. POST - "/employee" - will create new entry in employee table and return the details of employee
3. PUT - "/employee" - update the existing employee in the db
