Skip to content

epintozzi/usts_app

Folders and files

NameName
Last commit message
Last commit date
Mar 20, 2025
Mar 24, 2025
Mar 20, 2025
Mar 20, 2025
Mar 24, 2025
Apr 12, 2017
Apr 12, 2017
May 18, 2017
Mar 24, 2025
Apr 12, 2017
Apr 12, 2017
Apr 1, 2024
Apr 12, 2017
Mar 20, 2025
Dec 11, 2019
Mar 20, 2025
Mar 20, 2025
Oct 11, 2019
Mar 28, 2024
Apr 12, 2017
Mar 20, 2025

Repository files navigation

README

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

Setup

To run this project:

git clone git@github.com:epintozzi/usts_app.git
cd usts_app
bundle install
rake db:create db:migrate
rails s

Testing

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.