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.
- Host: GitHub
- URL: https://github.com/romanzipp/bingo
- Owner: romanzipp
- License: agpl-3.0
- Created: 2020-10-17T10:48:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T14:42:20.000Z (over 2 years ago)
- Last Synced: 2025-02-28T07:35:02.660Z (8 months ago)
- Topics: bingo, laravel, php, php7, showcase
- Language: PHP
- Homepage: https://bingo.ich.wtf
- Size: 368 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Just Bingo

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