An open API service indexing awesome lists of open source software.

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

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)