alanhay / waracle-cake-manager-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Waracle Cake manager implementation to demonstrate a REST API built using the Spring Data Rest module. Exposes a fully featured REST API without having to write controller end-points for boiler-plate operations (GET/POST etc.). It also supports advanced searching, sorting and paging without any code having to be written to support these operations.

Running

git clone https://github.com/alanhay/waracle-cake-manager-demo.git
cd waracle-cake-manager-demo
mvn spring-boot:run

Basic Operations

See the postman collection in the project root for some sample requests.

Additional Features

Additional Notes

  • tests: there is not a lot of code to unit test so I haven't added. Given more time I may have added some integration tests.

About


Languages

Language:Java 79.3%Language:HTML 20.7%