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

matthewj-dev/smart_house

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 blazerid@moat.cis.uab.edu
  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 blazerid@moat.cis.uab.edu

Generate Events

cd data_gen
node event_gen.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published