USIU hackathon registration and information page. Feel free to Fork, Contribute or Create an issue.
- Install node.js
- Install rethinkDB
- Install npm
then run:
npm install .
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