https://github.com/rd003/javarest
Todo REST APIs with Java, spring boot, JPA and H2
https://github.com/rd003/javarest
spring-boot springboot springbootrest
Last synced: about 2 months ago
JSON representation
Todo REST APIs with Java, spring boot, JPA and H2
- Host: GitHub
- URL: https://github.com/rd003/javarest
- Owner: rd003
- Created: 2024-07-21T07:08:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T17:02:14.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T13:21:01.977Z (about 1 year ago)
- Topics: spring-boot, springboot, springbootrest
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todos APIs with Java & Spring boot
I have made this application while learning basics of java and spring boot. I am primary a c# dev and I love to explore other languages and frameworks, so that I can compare them. I have tried my best to follow java and spring boot standar as of my knowlenge. But this app but the code might not be very professional and upto the industry standard.
## Tech used
- Java (language)
- spring Boot (framework)
- JPA and H2 (Orm and Db)
## How to run
- Run the project from your code editor or IDE.
- Open the web browser and visit http://localhost:8080/ (8080 is default port)