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

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: about 1 year 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
```