An open API service indexing awesome lists of open source software.

https://github.com/zmmbreeze/octocard-server

Highly flexible github info card for every github lover. This is server part.
https://github.com/zmmbreeze/octocard-server

Last synced: about 1 year ago
JSON representation

Highly flexible github info card for every github lover. This is server part.

Awesome Lists containing this project

README

          

Octocard-server
===
Octocard-server is based on node and mongodb. It's used to build server for [Octocard](https://github.com/zmmbreeze/octocard).

How to build
---
1. Install [mongodb](http://www.mongodb.org/) and [node](http://nodejs.org/)
2. Create [github development application](https://github.com/settings/applications/) like this. Make sure to change the homepage url and callback url. ![github-application](./assets/github-application.png)
3. `git clone https://github.com/zmmbreeze/octocard-server.git`
4. `cd octocard-server`
5. `npm install`
6. `cp config-sample.json config.json`
7. Put github Client ID and Client Secret into config.json.
8. `node app.js`
9. Open [http://localhost:8080/](http://localhost:8080/) in your favourite browser.