========
This is the repo for the server for fist bump.
- install node.js on system / install npm (node package manager)
- using npm install express
- create empty directory anywhere you like
- set up a local git repository and pull stuff from here
- once done, type "npm install" in terminal, this will install package dependencies
- once packages are installed type "npm start" in terminal, this will start the node.js server
- the set up is now complete. server available at localhost:3000/
- put in your config.js (not version controlled) with your api key and secret and you're good to go!
==============================
- mongodb
- redis (listening at port 6379)