Skip to content

Aud-Pam/Bookshop-Task

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Bookshop Task

#1 Landing page (guest and user can access)

  • List of all books
  • books displayed in 5x5 grid
  • the book has a title with author, cover, and genre
  • the book can have multiple authors and genres
  • all book covers must have consistent dimensions
  • when there are more than 25 books on a page, there will be [next] and [previous] buttons
  • books uploaded last week should have something to display that they are [NEW]
  • the book may have a discount (by percentage), and I also would like to see that in the listing [10%]

#2 Search bar

  • when searching for a book it should look for title and author
  • lists them in the same layout as the landing page
  • a search bar must have a cookie that tracks the previous search you had
  • Menu bar
  • Login and registration button

#3 Login page

  • a login page must have an email and password
  • must have a "remember me"
  • must have "forgot password"
  • must have a register button
  • Registration page
  • must have a log in button -must have an email, password with show password in it, confirm password and date of birth

#4 Book page

  • must have description
  • users can leave reviews
  • users can rate book
  • example of a single book

#5 User Account

  • they can change the password
  • they can change email
  • they can report a book (for example if there are discrepancies on some of the listed books)
  • can upload a book to the listing, then the admin must confirm the book to be listed, then it appears on the landing page and searches
  • can manage their books
  • can give a review on a book (stars + comments)

#6 Admin account

  • they can change the password
  • can reply to user's report
  • can manage and update all the books

# Technologies to be used

  • Laravel
  • HTML5
  • CSS
  • Bootstrap or Tailwind (your preference, I just want a timeless solution)
  • MySQL
  • PHP

Instalation

  • composer intall
  • php aritsan migrate:fresh --seed

Admin

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Bookshop Task project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published