Skip to content

Real-Time Chat Application Using Reactjs, Nodejs and MongoDB

Notifications You must be signed in to change notification settings

ericcaptain22/Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quicky - Chat Application

Quicky is chat application build with the power of MERN Stack.

Installation Guide

Requirements

Both should be installed and make sure mongodb is running.

git clone https://github.com/ericcaptain22/Chat-App
cd CHAT-APP

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

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 or npm start

For Backend.

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

cd server
yarn start or npm start

Done! Now open localhost:3000 in your browser. "# Chat-App" "# Chat-App" "# Chat-App"

About

Real-Time Chat Application Using Reactjs, Nodejs and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published