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

https://github.com/romanzipp/bingo

Create public shareable interactive bingo games with unlimited players. No account required. No ads. No bullshit.
https://github.com/romanzipp/bingo

bingo laravel php php7 showcase

Last synced: 7 months ago
JSON representation

Create public shareable interactive bingo games with unlimited players. No account required. No ads. No bullshit.

Awesome Lists containing this project

README

          

# Just Bingo

![Build Status](https://github.com/romanzipp/Bingo/workflows/Tests/badge.svg)

Create public shareable interactive bingo games with unlimited players. No account required. No ads. No bullshit.

## Installation

#### Install dependencies

```sh
composer install
```

```sh
yarn install
```

#### Project setup

```sh
cp .env.example .env
```

```sh
php artisan key:generate
```

```sh
php artisan migrate
```

## Testing

```sh
./vendor/bin/phpunit
```

## Credits

- [Roman Zipp](https://github.com/romanzipp)

## License

This project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE) file for details