View on GitHub

steps-networking-module

Networking platform for NUS Students and Companies

Installing STePS Networking Module and Development

Runs on Windows 10 and above

Prerequisite

First Installation

  1. Clone the repository from Github (git@github.com:nus-mtp/steps-networking-module.git)
  2. Run npm install at the root of the repository
  3. Run gulp from the command line
  4. Access the web application with the port displayed on the command line e.g. localhost:3000 when the port displayed is Port 3000.

Development

Ensure that you have set path environment for ease of running MongoDB (https://superuser.com/questions/949560/how-do-i-set-system-environment-variables-in-windows-10)

  1. Run MongoDB with mongod in the console
  2. Run Mongo Client with mongo in the console
  3. Run gulp from the root directory in the command line

Building