Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.38 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.38 KB

Album Central

A web application for a music store. 10 Feb 2017

By Jim Padilla

Description

This Rails 5 app is an easy-to-use app that allows users to input albums and album attributes to store and display.

Heroku

View on Heroku

Setup/Installation Requirements

  • In the Terminal, run:
git clone https://github.com/JPCodes/album-central-rails
cd album-central-rails
bundle install
rake db:create
rake db:migrate
rake db:seed
rails server
  • Then, in any modern browser, navigate to:
localhost:3000

Support and contact details

Github: JPCodes

Technologies Used

  • Rails
  • Ruby
  • JavaScript
  • Bootstrap

License

Album Central is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Album Central is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the Album Central. If not, see http://www.gnu.org/licenses/.

Copyright (c) 2016 Jim Padilla