POC -> You are in here -> MVP -> MMP
Technology Stack
The infrastructure is consists of three parts:
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:
- website: http://localhost:80
- rabbitmq ui: http://localhost:15672/
- redis ui (redisinsight): http://localhost:8001
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