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.
- Host: GitHub
- URL: https://github.com/zmmbreeze/octocard-server
- Owner: zmmbreeze
- Created: 2013-10-06T14:03:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-11T16:59:29.000Z (over 9 years ago)
- Last Synced: 2025-04-09T19:12:36.590Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://octocard.in/
- Size: 871 KB
- Stars: 28
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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. 
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.