An INFO30005 Web Information Technologies project.
Hook/Turns is a tram journey planning tool, much like TramTracker, but with the addition of crowdsourced crowding and disruption reports to plan your journey better.
This application requires at least the following to be installed on your computer or server to run.
- NodeJS and NPM Package manager
- MongoDB
- Pull or clone this repository to a desired location
- Run
npm install
to install all the dependencies for the Express server - Install Angular CLI on the machine by executing
npm install angular-cli -g
- Build the Angular application by running
ng build --base-href=/nextramlive/ --prod