Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 629 Bytes

File metadata and controls

20 lines (17 loc) · 629 Bytes

Wire-up

Best online services for wiring up the teams, projects, clients at one place

prerequisite

  1. *Install Nodejs (latest version)
  2. *Install MongoDB
  3. Webstorm IDE (optional)
  4. Mongodb Compass (optional)

Database setup

  1. copy database folder to C drive
  2. cut all batch files and paste in bin folder (C:\Program Files\MongoDB\Server\3.2\bin)
  3. run "mongorestore" file.
  4. run "mongostart" file.

Start Application

  1. open cmd and goto the root folder of application
  2. excute command npm install
  3. execute command npm start
  4. application will be open automatically in your default browser. enjoy !