Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjtamlyn/back2back
Scoring system for the Back2Back archery tournament
https://github.com/mjtamlyn/back2back
Last synced: 4 days ago
JSON representation
Scoring system for the Back2Back archery tournament
- Host: GitHub
- URL: https://github.com/mjtamlyn/back2back
- Owner: mjtamlyn
- License: bsd-2-clause
- Created: 2013-11-01T14:13:40.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T20:56:51.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T06:13:06.557Z (7 months ago)
- Language: Python
- Homepage: https://back2back.mjtamlyn.co.uk
- Size: 1.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Back2back scoring system
## Set up
Requires: Python 3, Ruby 1.9, NodeJS
Install: `pip install -r requirements.txt && bundle install && npm install`
Configure: Set environment variables of `DEBUG` and `SECRET_KEY` as needed
Run: `make dev` in development