Skip to content

0xwuchuan/orbital-noCapreviews

Repository files navigation

noCapReviews

Project Banner

Javascript Logo Javascript Logo Html Logo CSS Logo MongoDB Logo

About

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

Features

  • Search for Modules
  • Web-based Forum
  • Rating of Modules through Sentimental Analysis (Stil in development)

Getting Started

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

Prerequisites

Installation

  1. Clone the repo

    git clone https://github.com/wuchuank/orbital-noCapreviews.git
  2. Install npm packages

    npm install

Setup

  1. Start the MongoDB database on ur terminal and leave it running

    mongod
  2. 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
  3. To run the web application call the following command and navigate to http://localhost:3000/

    node app.js

More about the project

To learn more about the project, follow these links

readme | poster | video

About

Orbital Project 2021 - noCapreviews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published