To run this app locally, run the following commands in 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 (to run the React front end)
- in a new tab run: bundle exec rails s (for the Rails back end)
- navigate your browser to localhost:3000
Parks and Reviews
Ruby: 2.6.3, Rails: 5.2.3, React, CarrierWave, Foundation, Fog-AWS
National Parks review site. Users can submit reviews of national parks they have been to and can also see reviews of other users. Users can edit their own reviews and upvote or downvote others reviews.
Jordan Chu, Ben Hatfield, Hannah Horobin, Afia Kyalo, and Robert Huff