- System requirements & installation
Your environment requires the following dependencies
- PHP 8.0
Clone the repo
git clone https://github.com/bryceandy/games-db.gitor using the Github CLI
gh repo clone bryceandy/games-dbthen run
composer install && npm install- Add required environment variables
TWITCH_CLIENT_ID=
TWITCH_CLIENT_SECRET=
TWITCH_AUTH_URL=https://id.twitch.tv/oauth2/token
IGDB_REQUEST_URL=https://api.igdb.com/v4/- Run the app
php artisan serve- Testing
Run the test suite
php artisan test