This project's goal is to create a web application similar to Twitter.
- Node.js
- HTML
- CSS
- MongoDB
- Mongoose
- TravisCI
- AJAX
- JavaScript
- Mocha
- Bootstrap
- 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
- Head to src/
- Install your dependencies using
npm install
- You must have
nodemon
installed. If you don't, runnpm 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 runnpm audit fix
to fix them, ornpm audit
for details. This is an upstream problem with the mocha module, a fix may be available in a future version.
- There is an issue after running
In order to run the tests, you must:
- Head to src/
- Install your dependencies using
npm install
- Then run
npm test