Before reviewing, you have to configure your PC for working with redis-server, redis-cli. Then just download this project, extract that, put your database configuration on .env file or config/database.php, then run these commands in your project terminal :
- composer install
- php artisan key:generate
- php artisan config:cache
- php artisan migrate
- php artisan serve
Now you can enjoy this CRUD.