Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.23 KB

ChipShot

Codeship Status for krisrjohnson21/chip-shot

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/

Technologies

-Ruby 2.6.3
-Rails 5.2.3
-React 16.8.0
-CarrierWave 2.0.2
-Foundation-Rails 6.5

Setup

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

Testing

To run tests, run these files in a separate terminal tab:
-bundle exec rake db:test:prepare
-bundle exec rspec
-yarn run test