Skip to content

kenyacode/recipe-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RECIPE BOX

Recipe Box is a ruby on rails app for saving recipe's.

Directions on how to deploy

System dependencies

  • Ruby version - 2.2.2
  • gem rails 4.2.1
  • gem sass-rails 5.0
  • gem uglifier 1.3.0
  • gem coffee-rails 4.1.0
  • gem jquery-rails
  • gem turbolinks
  • gem jbuilder 2.0

Added from [Rubygems] (https://rubygems.org)

  • gem sdoc 0.4.0 group: :doc
  • gem haml 4.0.5
  • gem simple_form 3.0.2
  • gem bootstrap-sass 3.3.6
  • gem carrierwave
  • gem carrierwave_direct
  • gem rmagick
  • gem fog
  • gem cocoon 1.2.6
  • gem devise 3.5.6
  • gem github-markup 1.4

development

  • gem spring
  • gem sqlite3
  • gem byebug
  • gem web-console

For deployment on heroku

production

  • gem pg
  • gem rails_12factor

Configuration

I used haml to write the code. rubygems/haml

Database creation

Locally I use sqlite3 and for production postgresql

Deployment instructions

Clone the repo and cd into recipe_box

Install all the gems and bundle

Run rake db:migrage

Set the fog gem to upload locally in the app/uploaders/image_uploader.rb:

storage :file  uncomment this line
storage :fog   comment this line

(The fog gem is used to upload the images to Amazon S3. You need an Amazon account to use fog.)

Run rails server and go to locolhost:3000

Create a User, Create a new Recipe: A name is required.

Check it out live on Heroku chakula.herokuapp.com - no longer using herokuapp Aug 2021

ABOUT THE DEVELOPER

pic

###I learned to code at generalassemb.ly ga logo

Contact Me LinkedIn or Email

####Check out my other Apps

Github Page Live Site
Blog app jmblog.herokuapp.com
Raddit app jmraddit.herokuapp.com
Recipe app chakula.herokuapp.com
Pin Board app pintirest.herokuapp.com
Movie Review app jmovie.herokuapp.com
Checktodo app checktodo.herokuapp.com
Jobs Board app hire-dev.herokuapp.com
  • no longer using herokuapp Aug 2021

About

Ruby on Rails app for making and displaying recipes. Made with Haml, Carrierwave (image uploads), Devise.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages