JackuB / albums

A sample app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Albums

Albums is just an example web app. It's a little "online store" for buying music.

It uses rspec + capybara + rack-test for testing and includes some model specs and some request specs.

It uses haml, sass, and coffeescript.

Getting Started

  1. Check out the repository.
  2. bundle. This only needs to be run when the gem dependencies change.
  3. bundle exec rspec spec to run all the tests.
  4. bundle exec rails server to run the server.

Stories

  • As an unauthenticated user, I can create an account
  • As an unauthenticated user, I can sign into my already-created account
  • As an authenticated user, I can sign out
  • As an authenticated user, I can create an album
  • As a user, I can see a list of albums
  • As an authenticated user, I can rate an album
  • As a user, I can see the average user rating for an album

About

A sample app


Languages

Language:Ruby 70.8%Language:JavaScript 21.7%Language:CSS 7.6%