https://github.coventry.ac.uk/agile/projects/blob/master/03%20Bookshop.md Stage 1 The core functionality consists of three screens.
Part 1 A home page that should be visible without logging in. This should display all the books that are for sale. For each book the following should be shown:
- The name of the book
- The name of the author
- A thumbnail image
- A price
Part 2 Clicking on either the thumbnail or name should load a product details page that shows:
- The name of the book
- A full resolution image
- The price
- A detailed, multi-line, formatted description taken from the endleaf.
- The EAN (barcode) number.
If the customer is logged in they should also see a link or button to add the item to their shopping cart.
Usernames: bob, customer1, customer2 Passwords: bob, p455w0rd, p455w0rd
https://moham732-sem1.herokuapp.com/ - tested locally on codio which works fully but live version doesn't function properly. added 'pre-commit-master' githook
https://github.coventry.ac.uk/340CT-2021OCTJAN/moham732-sem1