- Clone the repo and
cd
into it composer install
npm install
npm run dev
- Rename or copy
.env.example
file to.env
. - Configure your
.env
file, with your Database name. - Import
reviewcorner_db.sql
in your Database. - Set your
TMDB_TOKEN
in your.env
file. You can get an API key here. Make sure to use the "API Read Access Token (v4 auth)" from the TMDb dashboard. - Set your
IGDB_CLIENT_ID
and yourIGDB_ACCESS_TOKEN
in your.env
file. You can find instructions on how to do that here. - Set your
OMDB_TOKEN
in your.env
file. You can find instructions on how to do that here. - Run
php artisan key:generate
- Run
php artisan serve
or use XAMPP. - Visit
127.0.0.1:8000
orlocalhost/project_name/public
(XAMPP) in your browser.
- Gmail: super@admin.com
- Password: 12345678
- Gmail: admin@gmail.com
- Password: 12345678