This project is a backend for a realtime chat app, using sockets and authentication. It is written in NestJS.
- Docker: Install Docker
-
Clone the Repository:
git clone https://github.com/yourusername/realtimechat-backend.git cd realtimechat-backend
-
Build the Docker Containers:
docker compose build
-
Start the Application:
docker compose up
src/
: Source codeDockerfile
: Application container configurationdocker-compose.yml
: Docker Compose setup
This project is licensed under the MIT License.