Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 616 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 616 Bytes

USIU HCKS - USIU hackathon 2015 14th May

USIU hackathon registration and information page. Feel free to Fork, Contribute or Create an issue.

How to run USIU HCKS:
  • Install node.js
  • Install rethinkDB
  • Install npm

then run:

npm install .
Create a .env file - at the root of the project. Here's a sample.
RETHINKDB_PORT=<rethinkDB_port>
RETHINKDB_HOST=localhost
RETHINKDB_AUTH_KEY=<rethinkDB_auth_key>

This sets up environment variables that are accessed within node:

process.env.VAR

Finally launch the app using:

node app.js