The Wayback Machine - https://web.archive.org/web/20200905145151/https://github.com/stardustdev/GroupChat-React/
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Aug 21, 2019
Aug 21, 2019
Aug 17, 2019
Aug 17, 2019
Aug 21, 2019
Aug 21, 2019

README.md

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
You can’t perform that action at this time.