Description: Golf is all about having fun and getting better! ChipShot helps users do both by allowing users to find courses, create profiles, and add rounds to their profile. Data visualization allows users to track progress, and a review system allows them to choose new courses in an informed way.
Heroku Link
https://chip-shot.herokuapp.com/
-Ruby 2.6.3
-Rails 5.2.3
-React 16.8.0
-CarrierWave 2.0.2
-Foundation-Rails 6.5
To set up this app, download the repo and run the following commands in your terminal in exact order:
-yarn install
-bundle exec bundle install
-bundle exec rake db:create
-bundle exec rake db:migrate && bundle exec rake db:rollback && bundle exec rake db:migrate
-bundle exec rake db:seed
-yarn run start
-new tab
-bundle exec rails s
-Navigate your browser to localhost:3000
To run tests, run these files in a separate terminal tab:
-bundle exec rake db:test:prepare
-bundle exec rspec
-yarn run test