Service for accepting donations during streams
Viewers donate through my service, and the donation message pops up immediately on OBS!
- TDD conception of development
- Plugins and technologies:
- Websockets without nodejs server
- RabbitMQ - Message Broker
- Laravel Passport - Authorization
- JetStreem
- Active Directory support
- Websockets
- Api
- Laravel Auth:API
- OBS plugin
- Tests
- Add Dockerfile
Please, do not run tests on production environment!
Preconfigure your development environment
cp .env.example .env
Then prepare your database
./artsan migrate:fresh --seed
Then run tests
./vendor/bin/phpunit