Skip to content

SainiAditya1/Chat_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat_App

Steps to setup locally

Backend

cd backend

Create .env and enter the following details

PORT=
MONGO_DB_URI=
JWT_SECRET=
NODE_ENV=

Install Node modules

npm install

To start backend

node server.js

Frontend

cd frontend

Install Node modules

npm install

To start Frontend

npm run dev

Live on Chat App

About

Real Time chat Application using Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published