An enhanced version of my original boardgame tracker. This new version includes the following features
- new theme using Semantic-UI
- Improved game adding and searching using the official Boardgamegeek API
- Improved user profiles including new styling, profile photos, and bios
- Authentication and roles system for users
- Tags and labels for games, players, and gameplays
- Improved gameplay feature for tracking amount of time played, start, stop and pausing mid-session
- Clone repository
- Run
composer install
- Change ownership of
storage
directory or give full read/write permissions - Run
php artisan migrate
- Profit
- Finish playthroughs
- Setup default account, and roles
- Further authentication on routes
- Style Games and players lists