For all other information about this application see the application org page.
- Fork and clone this repository
cd
into the root directiorybundle install
rails db:{drop,create,migrate}
- Run the test suite with
bundle exec rspec
- Start the local server by running
rails s
- Visit the app on
localhost:3000
in your web browser
- Added a circuit breaker design for file uploads
- William Chen - Github: @williamfchen
- Johann Dee - Github: @joh-ann
- Robert deLaguna - Github: @rjdelaguna
- Logan Matheny - Github: @loganpaulmatheny
- Nicholas McEnroe - GitHub: @NSMcEnroe
- Will Weston - GitHub: @WillWeston94