Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/splittingred/bigfoos

Foosball tracking app for Bigcommerce ATX team. Complete with rankings, auto-matchmaking, team balancing, achievements, and more.
https://github.com/splittingred/bigfoos

Last synced: 22 days ago
JSON representation

Foosball tracking app for Bigcommerce ATX team. Complete with rankings, auto-matchmaking, team balancing, achievements, and more.

Awesome Lists containing this project

README

        

# BigFoos

For tracking foosball games at Bigcommerce. Complete with rankings, auto-matchmaking, team balancing, achievements, and more.

## Setup

```
bundle install
rake db:create
rake db:migrate
rake db:seed_fu
```

## Testing

```
spring rspec
```