Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month ago
JSON representation
Book Review App Laravel 10
- Host: GitHub
- URL: https://github.com/yessenali-yerkebulan/book-review-laravel10
- Owner: Yessenali-Yerkebulan
- Created: 2023-08-06T11:49:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T14:22:36.000Z (over 1 year ago)
- Last Synced: 2024-09-28T20:02:40.413Z (3 months ago)
- Topics: alpinejs, blade-template, laravel10, mysql, php82, tailwindcss
- Language: PHP
- Homepage:
- Size: 114 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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