🚧 Currently in active development — core messaging and auth are functional, remaining features in progress.
A WhatsApp-style team collaboration app with real-time messaging, built with Angular, Spring Boot, WebSockets, and PostgreSQL.
- Real-time messaging via WebSockets
- Channel-based team workspaces
- User authentication and session management
- Persistent message history with PostgreSQL
| Layer | Technology |
|---|---|
| Frontend | Angular, TypeScript, SCSS |
| Backend | Spring Boot, Java |
| Database | PostgreSQL |
| Real-time | WebSockets |
| DevOps | Docker Compose |
docker-compose upFrontend: http://localhost:4200
Backend: http://localhost:8080