https://github.com/killmenot/kicker-rating
Dashboard application for kicker rating
https://github.com/killmenot/kicker-rating
Last synced: 4 months ago
JSON representation
Dashboard application for kicker rating
- Host: GitHub
- URL: https://github.com/killmenot/kicker-rating
- Owner: killmenot
- License: mit
- Created: 2014-12-10T12:35:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T11:59:25.000Z (over 10 years ago)
- Last Synced: 2025-04-07T08:45:14.216Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.03 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashboard application for kicker rating
[](https://gemnasium.com/killmenot/kicker-rating)
## Dependencies
* NodeJS 0.10.33+
* PostgreSQL 9.3.5
## Setup
* `git clone git@github.com:killmenot/kicker-rating.git`
* `cd kicker-rating && make install`
* `make init-database`
## Migration
* `make migrate`
## Run
* `redis-server`
* `make run`
## Contrubutors
* [Sklyarov Ivan](https://github.com/sklyarov-ivan)
* [Alexander Lytyuk](https://github.com/realspolock)