https://github.com/mchev/blinest
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 yourself with Blinest!
https://github.com/mchev/blinest
blind-test game jeu laravel music music-quiz php quiz quiz-app
Last synced: 5 months ago
JSON representation
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 yourself with Blinest!
- Host: GitHub
- URL: https://github.com/mchev/blinest
- Owner: mchev
- License: mit
- Created: 2019-11-22T13:00:17.000Z (over 6 years ago)
- Default Branch: v2.x
- Last Pushed: 2025-12-21T16:09:12.000Z (6 months ago)
- Last Synced: 2025-12-23T06:04:38.260Z (6 months ago)
- Topics: blind-test, game, jeu, laravel, music, music-quiz, php, quiz, quiz-app
- Language: Vue
- Homepage: https://blinest.com
- Size: 33.1 MB
- Stars: 42
- Watchers: 2
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Blinest
## Developpement
### Requirements
Blinest uses WebSockets for real-time communication. Laravel Reverb is used as the WebSocket server.
Go to your working directory and:
```console
composer install
```
```console
php artisan key:generate
```
```console
npm install
```
```console
php artisan migrate:fresh --seed
```
### Start developing
```console
npm run dev
```
```console
php artisan reverb:start
```
```console
php artisan horizon
```