Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yessenali-yerkebulan/book-review-laravel10

Book Review App Laravel 10
https://github.com/yessenali-yerkebulan/book-review-laravel10

alpinejs blade-template laravel10 mysql php82 tailwindcss

Last synced: 1 day ago
JSON representation

Book Review App Laravel 10

Awesome Lists containing this project

README

        

## Book Review Project laravel 10

Application to add Review to the book and show rating

    Used Technologies:
  • Laravel 10

  • PHP 8.2

  • MySQL

  • Alpine.js

  • TailwindCSS


    Laravel Features:
  • Routes

  • Models

  • Blade Templates

  • Pagination

  • Factories and Seeder to generate data

  • CRUD

  • Flash Messages

  • Rate Limiting

  • Migrations

  • OneToMany Relationship

  • Controllers

  • Caching

  • Resource Controller

  • Component


To setup project run in CLI:

Clone Project:

```sh

git clone https://github.com/Yessenali-Yerkebulan/book-review-laravel10.git

```

Go inside project directory:

```sh

cd book-review-laravel10

```

```sh

composer install

```

```sh

cp .env.example .env

```

```sh

php artisan key:generate

```

```sh

php artisan migrate

```

after migration command select yes option to create database schema

run application:

```sh

php artisan serve

```

## Main page

## Single Book page

## Add Review page