Taekwondo

Manage Taekwondo teams, competitors and competitions. Web based portal allows you to register competitor to particular competition.
Demo
Check the lastest version at itf.herokuapp.com.
License
All source code in the Taekwondo is available under the GNU GPL v3 License. See LICENSE.md for details.
Getting started
To get started with the app, clone the repo and then install the needed gems:
$ cd ~/tmp
$ git clone https://github.com/valasek/taekwondo
$ cd taekwondo
$ bundle install --without production
Next, migrate the database:
$ rails db:migrate
Finally, run the test suite to verify that everything is working correctly:
$ rails test
If the test suite passes, you'll be ready to run the app in a local server:
$ rails server
On this page
Languages
Ruby73.0%HTML21.2%JavaScript2.9%CSS1.8%CoffeeScript1.2%
Contributors
Created July 29, 2016
Updated January 28, 2023