Elements of Software Construction Project
Deployed on https://sutd-chat.herokuapp.com.
Note: The system is tested fully only on Google Chrome. Other browsers may experience more minor bugs that are unknown to us. For example, Firefox does not use webkit scrollbars, so the scrollbar background is not overwritten by this webapp.
-
Clone the project
-
Open terminal and "cd" into the project
-
Run "meteor npm install" to get the depencies
-
Run "meteor" for the production app
-
Run "npm test" to test the project using Mocha
-
Add more features to Groups and DSBJs
-
Tighter relationship between Groups/DSBJS and profiles
-
Implement more unit tests and some integration tests