Book Review Laravel App

This project is a book review application developed using PHP with the Laravel framework and containerized using Docker. The goal is to provide a platform where users can review books, see the most popular and highest-rated books, and interact with the features of a book review system.

Documentation

Project Setup and Creation:

  • Initial setup of the project using Laravel and Docker.

Features

  • Listing Popular and Highest Rated Books: Displaying the highest-rated and popular books.
  • Recent Reviews: Fetching books with recent reviews.
  • Filter Books by Title: Implementing a form and logic to filter books by title.
  • Displaying Popular and Highest Rated Books: - Developing views and logic for popular and highest-rated books.
  • Single Book Page: Creating a dedicated page for each book.
  • Review Count and Average Rating: Displaying review count and average rating on all pages.
  • Blade Components: Creating a star rating component using Blade.
  • Adding Reviews: Implementing a scoped resource controller to add reviews.

/books

image

/books/id image

/books/id/reviews/create image

review added to book of id 16 with current date (july 15, 2024) image

filter/search bar

/?title=aliquam&filter= image

Model Relationships:

  • Definition of one-to-many relationships between models.
  • Querying and associating related models.
  • Utilizing local scopes for specific queries.

Controllers and Resource Controllers:

  • Setting up controllers to manage CRUD operations.

Test Data Generation:

  • Use of Factory and Seeder to generate mock data.

Caching and Invalidating Cache:

  • Implementing caching to improve query performance.
  • Managing cache invalidation when data is updated.

Rate Limiting:

  • Applying rate limits for adding reviews.

Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

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

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.

If you don't feel like reading, Laracasts can help. Laracasts contains thousands of video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

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 Partners program.

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.