Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.29 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.29 KB

README

Codeship Status for krisrjohnson21/review-site-group-project

Superhero Review App

-Title: Zero to Hero

Description: Users can view superheroes and reviews left by other users, so you'll always know who to call when you get in trouble. Users can also add heroes and leave reviews of their own, with multiple heroic attributes.

-Authors:
-Chris Smith
-Erica Huang
-Kris Johnson
-Ned Lehman

Heroku Link https://zero-to-hero-20.herokuapp.com/

Technologies

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

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 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