https://github.com/avijeetpandey/spring-rest
A simple application for demonstrating usage of spring boot
https://github.com/avijeetpandey/spring-rest
jpa mysql rest-api spring-boot
Last synced: about 2 months ago
JSON representation
A simple application for demonstrating usage of spring boot
- Host: GitHub
- URL: https://github.com/avijeetpandey/spring-rest
- Owner: avijeetpandey
- Created: 2023-08-22T06:19:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T11:44:35.000Z (almost 3 years ago)
- Last Synced: 2025-10-07T13:57:53.701Z (9 months ago)
- Topics: jpa, mysql, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rest Demo :tada: :rocket:
A simple repository to demonstrate the usage of spring boot with JAVA to create REST api's
This Repo demonstrates creating a REST api for Course website
This also adds CRUD operations as well as support for
- GET
- POST
- PUT
- DELETE