Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 682 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 682 Bytes

Chat-Rooms

MERN chat application using socket.io

A Full stack chat app with user authentication system in which you can interact with other users in a specific room

screenshot

DEMO

Usage

Install Dependencies

cd client
npm i
cd ../server
npm i

Run Locally

Run both frontend (Port: 3000) and backend (Port: 5000) simultaneously

cd server/
npm run dev

Run both frontend (Port: 3000) and backend (Port: 5000) manually

cd client/
npm start

cd ../server
npm run server