Skip to content

REST API backend service that exposes a few services that can be used as a TODO application.

Notifications You must be signed in to change notification settings

LihleMaabane/Rest-api-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

REST API backend service that exposes a few services that can be used as a TODO application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published