Skip to content

deepanshutomarr/react_realtime_chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

A Realtime Chat Application build with the power of MERN Stack.

Live Link:

https://realtimechatapplication-six.vercel.app/

Installation Guide

Requirements

Installation

First Method

git clone https://github.com/deepanshutomarr/react_realtime_chat_app.git 
cd react_realtime_chat_app

Now rename env files from .env.example to .env

cd public
mv .env.example .env
cd ..
cd server
mv .env.example .env
cd ..

Now install the dependencies

cd server
yarn
cd ..
cd public
yarn

Now just start the development server.

For Frontend.

cd public
yarn start

For Backend.

Open another terminal in folder, Also make sure mongodb is running in background.

cd server
yarn start

Done! Now open localhost:3000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published