Make a RESTful web service which implements book shop storage.
PHP, Laravel, JSON, Swagger.
List, add, get, edit, delete for: Shops, books, genres.
List books of the shop. Allow to sort by date or price.
List books of the shop within a genre.
List shops where the book is available.
Book availability date is the add date. A book may be available in several shops. Book fields: name, description, page count, price, genre. Genre fields: name. Shop fields: name, address.