Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (25 loc) · 951 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 951 Bytes

Capstone Project

Branwin, Jared, Joel, Hayden, and Matt

How to Set Up

This only needs to be run once to set up your environment.

  1. Install Node.js
  2. Run npm install
  3. Run sudo npm install -g nodemon

How to Run the App

  1. Run `ssh -L 5433:cisdb:5432 [email protected]
  2. Run node run.js
  3. Open browser and go to [http://localhost:3000].
  • Make sure to set up ssh tunnel or local PostgreSQL database to use database stuff. To set up the tunnel (for port 5433) use:
ssh -L 5433:cisdb:5432 [email protected]

Generate Events

cd data_gen
node event_gen.js