noCapReviews is a simple web application aiming to provide insightful information to undergraduates about modules they are interested in, enabling them to make more informed decisions when it comes to module planning
This project is developed for a 1st year summer self-directed, independent work course Orbital by the School of Computing at the National University of Singapore
- Search for Modules
- Web-based Forum
- Rating of Modules through Sentimental Analysis (Stil in development)
noCapReviews is currently hosted on Heroku and can be found here
However if you want to get a local copy up and running, follow these simple steps
-
Clone the repo
git clone https://github.com/wuchuank/orbital-noCapreviews.git
-
Install npm packages
npm install
-
Start the MongoDB database on ur terminal and leave it running
mongod
-
Run seeds.js on another terminal.
Wait for a response "seed finished running" on the console. (this only needs to be run once)node seeds.js
-
To run the web application call the following command and navigate to http://localhost:3000/
node app.js
To learn more about the project, follow these links