Skip to content

Simple task manager application built with Spring HATEOAS. Demonstrates how to expose server API use HATEOAS.

Notifications You must be signed in to change notification settings

lagoshny/task-manager-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskManagerBack

Example of the Spring rest full application builded with Spring HATEOAS.

Development

Run mvn spring-boot:run app will be started at localhost:8080.

Navigate to HAL browser http://localhost:8080/api/v1 (auth is required) and explore server API.
To pass auth need to create new user. For that start TaskManagerFront application and register an user.

Running tests

Run mvn test to execute unit tests.

Run mvn -P api-test test to execute unit tests and API tests.

About

Simple task manager application built with Spring HATEOAS. Demonstrates how to expose server API use HATEOAS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages