/dogtography

Epicodus Rails Week 2 Code Review

Primary LanguageHTML

Dogtography

Jonathan Thom

A mock website for a dog photography studio. Built using Ruby on Rails. Incorporates user authentication with Devise, admin privileges, attachment adding via the Paperclip gem, and ActionMailer. 2.17.17.

Installation

  • View a seeded and deployed version on Heroku

  • Email me if you want try out the admin privileges

  • 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/dogtography
cd dogtography
bundle install
rake db:create
rake db:migrate db:test:prepare
rails s
  • Then, in any modern browser, navigate to:
localhost:3000

Known Bugs

Mailer currently only works in development due to Mailgun sandbox restrictions

Support and contact details

Email Jonathan at jonathan.thom1990@gmail.com

Technologies Used

  • Ruby
  • Rails
  • ActiveRecord
  • HTML
  • SASS
  • Bootstrap 3

License

MIT

Copyright (c) 2016 Jonathan Thom