Skip to content

glikoz/bet

Repository files navigation

Sports Betting Infrastructure & Best Practices

POC -> You are in here -> MVP -> MMP

Technology Stack

TechStack drawio

The infrastructure is consists of three parts:

BetData drawio

BetBroker drawio

BetNotification drawio

1- Install Docker Desktop or Rancher Desktop

2- 'docker-compose up' in src folder

3- you can monitor the system via /log/log*.txt

4- Endpoints:

5- Storages:

  • sqlserver: Server=localhost:1434;Database=Bet;Trusted_Connection=false;User ID=sa;Password=^!oguz1234O
  • redis: redis:6379
  • rabbitmq: amqp://guest:guest@rabbitmq:5672