Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 570 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 570 Bytes

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 [email protected]: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.