This project is for team assignment in major class.
We DO NOT recommend using the project without additional code review.
Next.js app for secure messaging.
frontend/– Chat service as a Next.js app.ws-server/– Standalone WebSocket server for real-time messaging.
Required environment variables are listed in each server's directory.
Build
docker compose buildRun
docker compose up -d