- Clone the repo
- Create a schema in MySQL for the project
- Copy .env.example to .env
- Update .env with: (a) name of your DB schema, (b) the DB username / password.
- Open a terminal in the project root directory and run:
composer install
npm install
php artisan migrate
php artisan db:seed
php artisan serve
Navigate to: http://localhost:8000/movies