1) Install Git
2) Clone the repository
3) Install Docker & Docker Compose (local only)
4) Start the local Docker environment
5) Validate the deployment
- WebSocket Gateway:
http://localhost/v1/health - Chat API:
http://localhost/health
What this setup includes
- Kafka, Redis, MongoDB
- Local Docker volumes for persistence
- Single-node deployment tuned for development and debugging
Use this environment only for development, debugging, and API testing. Do not run production traffic against it.