Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 609 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 609 Bytes

nodeprojects

Running Harmonix:

  1. Install MongoDB to root from "https://www.mongodb.com/download-center?jmp=nav#community"
  2. Install NodeJS to project folder from "https://nodejs.org/en/download/"
  3. Install bodyParser from "https://github.com/expressjs/body-parser"
  4. Copy "harmonix/data" folder to C drive
  5. Open terminal/CMD
  6. CD to nodeprojects/harmonix
  7. npm install express --save
  8. CD to Mongo/bin
  9. Run "mongod" (on windows), "./Mongo/mongod" (on linux/mac)
  10. Open another terminal/CMD
  11. CD to nodeprojects/harmonix
  12. Run server.js
  13. Open browser
  14. Go to "localhost:3000"