Development Setup
Run API and database locally
git clone https://github.com/battle-cup-org/battle-cup-apicd battle-cup-apidocker-compose up
Frontend Development
Run the web application
git clone https://github.com/battle-cup-org/battle-cup-frontendcd battle-cup-frontendnpm install && npm run dev
Production Deployment
Deploy the complete platform
git clone https://github.com/battle-cup-org/battle-cup-infrastructurecd battle-cup-infrastructure/docker-composedocker-compose -f docker-compose.prod.yml up