Skip to content

A HATEOAS playground suitable for a software developer.

License

Notifications You must be signed in to change notification settings

FantasticFiasco/sandbox-hateoas

Repository files navigation

HATEOAS sandbox

This repository is a sandbox for different implementations of HATEOAS.

Domain model

Imagine there to be a site where you as an author can post articles. Also imagine that you can read articles from other authors, and collaborate by posting comments on those articles.

The following graph describe the relations between authors, articles and comments.

Entity relations UML

Implementations

The following implementations currently exist in this repository.