This Rails 5 app is an easy-to-use app that allows users to input albums and album attributes to store and display.
- 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
Github: JPCodes
- Rails
- Ruby
- JavaScript
- Bootstrap
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