Ecosyste.ms: Awesome
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: 22 days ago
JSON representation
Foosball tracking app for Bigcommerce ATX team. Complete with rankings, auto-matchmaking, team balancing, achievements, and more.
- Host: GitHub
- URL: https://github.com/splittingred/bigfoos
- Owner: splittingred
- Created: 2014-01-10T21:24:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-14T02:14:49.000Z (over 9 years ago)
- Last Synced: 2024-10-06T05:08:17.404Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 728 KB
- Stars: 1
- Watchers: 5
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```