Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 1.31 KB

README.md

File metadata and controls

41 lines (38 loc) · 1.31 KB

Group Project for SOEN341-UA2: KIWI

This project's goal is to create a web application similar to Twitter.

Technologies Used

  • Node.js
  • HTML
  • CSS
  • MongoDB
  • Mongoose
  • TravisCI
  • AJAX
  • JavaScript
  • Mocha
  • Bootstrap

Team Members

  • Ritchelle Grace Posadas, 40057013 @RGPosadas
  • Umer Anwar, 40032710 @ooms97
  • Cindy Lo, 40065338 @cindyslittleplanet
  • Tung Leu, 40025151 @leuthotung
  • Andres Vidoza, 40054362 @andresvidoza
  • Divesh Patel, 40027989 @diveshpatel and @zane10345
  • Muhammad Saad Mujtaba, 40043156 @muhanator
  • Kajanthy Subramaniam, 40063712 @kajanthyS
  • Nhut Vo, 40021967 @jamesvo1038
  • Yun Shi Lin, 40055867 @dabris

Setting Up Your Environment

  • Head to src/
  • Install your dependencies using npm install
  • You must have nodemon installed. If you don't, run npm install -g nodemon to download it
  • Run nodemon server.js
  • Go to your web browser and type localhost:3000 to access the application
    • There is an issue after running npm install: found 1 moderate severity vulnerability run npm audit fix to fix them, or npm audit for details. This is an upstream problem with the mocha module, a fix may be available in a future version.

Setting Up Testing

In order to run the tests, you must:

  • Head to src/
  • Install your dependencies using npm install
  • Then run npm test