Skip to content

stardustdev/GroupChat-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

groupchat

group chat sample project based on MERN stack

Requirement

  1. Install Node
  2. Install MongoDB
  3. Configure path to mongod executable

Installation

  • npm install
  • npm install nodemon -g
  • mongod --dbpath ./database/data
  • npm run start-server
  • npm start