blinest icon indicating copy to clipboard operation
blinest copied to clipboard

This repository contains the code for Blinest, a multiplayer music quiz platform. Test your musical knowledge, compete with others, and track your progress over time. Join the fun and challenge yourse...

Blinest

Developpement

Requirements

Blinest use Websockets a lot. So you will have to install soketi globaly :

https://docs.soketi.app/getting-started/installation/cli-installation

Then go to your working directory and :

composer install
php artisan key::generate
npm install
php artisan migrate:fresh --seed

Start developing

npm run dev
soketi start
php artisan horizon

Roadmap

  • [ ] Trivia games (rooms type?)
  • [ ] User Badges (reputation)
  • [ ] Chat emojis
  • [ ] Moderation : rooms name edition
  • [ ] Pro/Premium rooms
  • [x] Better translations
  • [x] Profile pages