/Gummi-Bear-Kingdom

Epicodus Rails Week 1 Code Review

Primary LanguageRuby

Gummi Bear Kingdom

A Rails website for a Gummy Bear Emporium. Design based loosely on Heroku. 2/10/2016.

By Jonathan Thom

Setup/Installation Requirements

  • View a seeded and deployed version on Heroku

  • Or, to run locally, in the command line, run:

postgres
  • Then, in another window (you may need to prepend rake/rails commands with 'bundle exec'):
git clone https://github.com/JonathanWThom/Gummi-Bear-Kingdom
cd Gummi-Bear-Kingdom
bundle install
rake db:create
rake db:migrate db:test:prepare
rails s
  • Then, in any modern browser, navigate to:
localhost:3000

Support and contact details

Email Jonathan at jonathan.thom1990@gmail.com

Technologies Used

  • Ruby
  • Rails
  • ActiveRecord
  • HTML
  • SASS
  • Materialize CSS

License

MIT

Copyright (c) 2016 Jonathan Thom