Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 488 Bytes

File metadata and controls

12 lines (9 loc) · 488 Bytes

Software-Engineering

How to Run You need to install nodejs to run:

  • for Windows: node js
  • for Linux: pkg install nodejs

to run the program go to the directory where you downloaded the project and npm install (we didn't include the node modules file) Project also needs to have a MongoDB database running on localhost:27017 named teamwork-ide (no username, no password) with dummy members provided on DBexport.json

npm start: to start the program