Start Weam AI services and verify everything works correctly
Service | Port | Status Check |
---|---|---|
Frontend (Next.js) | 3000 | netstat -tlnp | grep 3000 |
Backend (Node.js) | 4050 | netstat -tlnp | grep 4050 |
Python API | 9089 | netstat -tlnp | grep 9089 |
MongoDB | 27017 | Internal container network |
Redis | 6379 | Internal container network |
Qdrant Vector DB | 6333 | curl http://localhost:6333 |