Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

JackuB/albums

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.7%
  • JavaScript 21.7%
  • CSS 7.6%