Skip to content

renom/bookshop

Repository files navigation

Task

Make a RESTful web service which implements book shop storage.

Technologies

PHP, Laravel, JSON, Swagger.

Methods

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.

Extra information

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.

About

Test project for GBN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published