Install Git
Clone the repository
Install Docker & Docker Compose (local only)
Use the included script, then verify the installation:Start the local Docker environment
Validate the local deployment
- WebSocket Gateway:
http://localhost/v1/health - Chat API health check:
http://localhost/health
What this local setup includes
- Kafka
- Redis
- MongoDB
- Local Docker volumes for persistence
Intended for development, debugging, and API testing only. Do not use this environment for production traffic.