Sign inSign up

madnificent/books-service

By madnificent

Updated about 4 years ago

Example microservice supporting the JSONAPI compliant management of books and their authors.

Image
1

889

madnificent/books-service repository overview

Books service

Service offering storage for basic information about Books.

Version: 2.0.0

Available resources

The books service has support for Books and Authors.

Books have the following properties:

PropertyIntended use
titleShort title of the book
isbnUnique ISBN identifier of the book
authorsLink to authors of the book

Authors have the following properties:

PropertyIntended use
nameFull name of the author
booksLink to books of the author

Available calls

All calls which mu-cl-resources offers are supported for the resources /books and /authors. Authorization is not included. This includes most of the calls specified by JSONAPI.org.

Docker Compose snippet

bookslisting:
  image: madnificent/books-service:2.0.0
  links:
    - database:database

Tag summary

Content type

Image

Digest

Size

116 MB

Last updated

over 6 years ago

docker pull madnificent/books-service