Octocard-server is based on node and mongodb. It's used to build server for Octocard.
- Install mongodb and node
- Create github development application like this. Make sure to change the homepage url and callback url.

git clone https://github.com/zmmbreeze/octocard-server.gitcd octocard-servernpm installcp config-sample.json config.json- Put github Client ID and Client Secret into config.json.
node app.js- Open http://localhost:8080/ in your favourite browser.