An open API service indexing awesome lists of open source software.

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!

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
```