Skip to content

sweinzimer/CrimeAway

Repository files navigation

CrimeAway

Setup (OSU Flip)

# SSH into flip.
ssh [email protected]

# Clone and navigate to repository.
git clone https://github.com/sweinzimer/crimeaway
cd crimeaway

Create a config.json file using config.template.json as a template.

Change the port in app.js to something unused.

# Connect to database (password is last 4 of student ID until changed).
mysql -u cs361_USERNAME -p -h classmysql.engr.oregonstate.edu cs361_USERNAME

# Initialize/reset database using file.
source crimeawaydb.sql

# Disconnect from database.
\q

# Install dependencies
npm install

# Start server
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •