Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 923 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 923 Bytes

Video Game Viewer.

About

Built from following 'Build a Video Game Aggregator' on Laracasts.

Installation

  1. Clone Repo and cd into it
  2. composer install
  3. npm install
  4. npm run dev
  5. cp .env.example .env
  6. Set your IGDB_KEY in your .env file. You can get an API key here.
  7. php artisan key:generate
  8. php artisan serve or use Laravel Valet or Laravel Homestead
  9. Visit localhost:8000 in your browser

Other

This repo is for my reference and I doubt I'll be making any changes or maintaining it.

I tried to git commit after every video. So you might be able to follow along with the course using my project. However, I'd strongly suggest referring to Andre's repo for that as it'll be more consistent.