Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 416 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 416 Bytes

Solarsystem is a simple Spring Boot Rest server application used as a base for test tool evaluation.

It is possible to request data about the planets in our solar system or the moons of the planets.

It is possible to remove planets (Pluto) or add planets(Planet X?) as well as moons.

The api consists therefore of

GET, POST and DELETE for planets and moons

swagger_ui is included for further api documentation.