Skip to content

AliAhsanNoon/chat-app-react-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snappy - Chat Application

Snappy is chat application build with the power of MERN Stack. You can find the tutorial here

login page

home page

Installation Guide

Requirements

Both should be installed and make sure mongodb is running.

git clone https://github.com/koolkishan/chat-app-react-nodejs
cd chat-app-react-nodejs

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

We are almost done, 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

Chat Application Using React, Node.js and Socket.io with MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.2%
  • HTML 4.6%
  • CSS 1.2%