A full-stack betting platform with NestJS (API) and React (Web).
├── api/ # NestJS backend
├── web/ # React frontend
├── packages/ # Shared packages
├── CONTRIBUTING.md
├── CODE_OF_CONDUCT.md
└── SECURITY.md
npm install
npm run dev # Run both apps| Description | Link |
|---|---|
| Architecture | ARCHITECTURE.md |
| Deployment | DEPLOYMENT.md |