The US Title Series web app provides club information to the public and allows members to register and pay for events online.
Production App: https://ustitleseries.net
Ruby Version: 2.7.6
Rails Version: 5.2.0
To run this project:
git clone [email protected]:epintozzi/usts_app.git
cd usts_app
bundle install
rake db:create db:migrate
rails s
This project uses RSpec for testing and can be run with the command rspec
You may need to rake db:test:prepare
before running the tests.