Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 621 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 621 Bytes

Rest-api-springboot

REST API backend service that exposes a few services that can be used as a TODO application. Used Spring data JPA for Crud operations H2 in-memory databasee.

API Endpoints

Get all todos

Get specific todo with the id

Create a new todo(todo object in RequestBody)

Update that todo(todo object in RequestBody)

Get all users

Update user details

Delete that todo

Concepts used in the Application

Rest Controller

Service

Entity

CrudRepository

Usage

Have java JDK and Maven installed

Made use of H2 in-memory

Run the application using preffered IDE(Eclipse)

Tomcat running on port 8080