Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 739 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 739 Bytes

Realtime Chat Backend

This project is a backend for a realtime chat app, using sockets and authentication. It is written in NestJS.

Prerequisites

Getting Started

  1. Clone the Repository:

    git clone https://github.com/yourusername/realtimechat-backend.git
    cd realtimechat-backend
  2. Build the Docker Containers:

    docker compose build
  3. Start the Application:

    docker compose up

Project Structure

  • src/: Source code
  • Dockerfile: Application container configuration
  • docker-compose.yml: Docker Compose setup

License

This project is licensed under the MIT License.