Awesome
Octocard-server
Octocard-server is based on node and mongodb. It's used to build server for Octocard.
How to build
- 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.git
cd octocard-server
npm install
cp 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.