advaittrivedi1122 / chat-app

MERN stack Chat Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat-App

A basic chat application built using mern stack and webSockets

Steps for setup:-

  1. Fork this repo
  2. Clone this repo in your local system

Steps for starting backend:-

  1. Change the working directory to your forked repo ( cd chat-app )
  2. Go to backend directory ( cd backend )
  3. Install required npm packages ( npm install )
  4. Compile and start the server ( npm run start )

Steps for starting frontend:-

  1. Change the working directory to your forked repo ( cd chat-app )
  2. Go to frontend directory ( cd frontend )
  3. Install required npm packages ( npm install )
  4. Compile and start the server ( npm run dev )

About

MERN stack Chat Application


Languages

Language:TypeScript 86.2%Language:CSS 7.4%Language:JavaScript 3.3%Language:HTML 3.1%