ariskyr / Software-Engineering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 58.5%Language:HTML 24.6%Language:CSS 16.8%