Skip to content

dosim086/social-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Social Chat

Real-time Chat Application

A real-time messaging application that allows users to communicate with each other in groups or private messages.


Table of Contents

  1. Description
  2. Setup
  3. Launch
  4. Docs

Description

Features:

  • Group Chats: Create groups to chat with specific people.
  • Private Messaging: Send direct messages to individuals.
  • Real-time Notifications: Receive instant notifications for new messages.
  • Message Reactions: Express your emotions with various reactions.
  • File Sharing: Share files with other users.

Stack

  • Node.js
  • NestJS
  • React
  • Mongodb
  • TypeScript

Setup

$ cd ./backend && npm install
$ cd ./frontend && npm install

Launch

Frontend

# development
$ cd ./backend && npm run start:dev

# production mode
$ cd ./backend && npm run start:prod

Backend

# development
$ cd ./backend && npm run start

# production mode
$ cd ./backend && npm run build

Docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors