Skip to content

dhruval03/chatvibe_mern_stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

ChatVibe - Chat Application

Installation Guide

Requirements

  • [Nodejs]
  • [Mongodb]

Both should be installed and make sure mongodb is running.

git clone https://github.com/dhruval03/chatvibe_mern_stack.git
cd chatvibe_mern_stack

Now install the dependencies

cd server
npm
cd ..
cd public
npm

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.