Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Latest commit

 

History

253 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's GO!

By: Adam Leung, Amrit Thind, Arshi Annafi, Brian Pattie, and Travis Wilson

System Requirements

The machine must have:

Running the Web Application

This section outlines steps to start our web application.

On a Windows machine:

  • First time: Before starting the database, you must ensure that C:\data\db exists. Please manually create all required folders.
  1. Start the database by running mongod.exe on a command prompt.

    • This ".exe" file is found in the MongoDB installation directory: C:\Program Files\MongoDB\Server\3.2\bin.
  2. Before running our server, install all dependencies by running npm install.

  3. Start our server by running the server.js file.

    • From a separate command prompt window, run node server.js from the go-project-server folder.
  4. From a browser of your choice, browse localhost:30154

You can also save the following commands saved in a .bat file and run from the root directory (go-project-server) of our web app.

start cmd /k "C:\Program Files\MongoDB\Server\3.2\bin\mongod.exe"
node server.js

Made with ❤ in Victoria. Summer 2016.

About

The Node.js server code for the Go Project

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages