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

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

Awesome Lists containing this project

README

          

# Dashboard application for kicker rating

[![Dependency Status](https://gemnasium.com/killmenot/kicker-rating.svg)](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)