Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.02 KB

LiveAction

Description

A web application built using Ruby on Rails, tested with RSpec, and styled with raw CSS. The app is hosted on Heroku and allows registered users to keep track of the NBA arenas that they have visited by checking in to a given arena. Users can also add/remove friends, like their friend's check-ins, and comment on a check-in.

Visit http://liveaction.herokuapp.com/ to check out the project.

Screenshots

home page

arena show

user profile

Test Coverage

test coverage

The screen shot is up to date. If you would like to see the test coverage for a particular controller please follow the steps below:

  1. Clone the repository to your local machine: git clone https://github.com/KlimekM/LiveAction.git
  2. Install the dependencies bundle install
  3. Run the tests be rspec
  4. Open coverage/index.html in your browser.

Schema

schema