Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.04 KB

Installation

  1. Clone the repo and cd into it
  2. composer install
  3. npm install
  4. npm run dev
  5. Rename or copy .env.example file to .env.
  6. Configure your .env file, with your Database name.
  7. Import reviewcorner_db.sql in your Database.
  8. 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.
  9. Set your IGDB_CLIENT_ID and your IGDB_ACCESS_TOKEN in your .env file. You can find instructions on how to do that here.
  10. Set your OMDB_TOKEN in your .env file. You can find instructions on how to do that here.
  11. Run php artisan key:generate
  12. Run php artisan serve or use XAMPP.
  13. Visit 127.0.0.1:8000 or localhost/project_name/public (XAMPP) in your browser.

Super Admin:

Admin: