A webstie that user must sign-up ot see the latest movies and thier ratings and user can rate movies and add tags so he would get suggestions depening on his ratigns , using -apriori- algorithm.
- Run git clone
<https://github.com/mhammad-bazzarah/movieRecommendation.git>
to clone the repository. - Run
composer install
to install composer dependency. - Copy .env.example To .env and edit the database credential there.
- Run
php artisan key:generate
to generate an app encryption key. - Run
php artisan migrate --seed
To migrate the database. - Run
php artisan serve
- Go to link localhost:8000