##The Pantry
##Overview: The Pantry is an online personal recipe book application with full CRUD (Create, Read, Update, Destroy) built in Ruby on Rails. There are two models, User and Recipes. I used the paperclip gem to add photos to user profiles and photos are stored to Amazon S3. After creating an account, user can create, edit, save and delete thier favorite recipes.
The Pantry is deployed on Heroku
Heroku link: https://the-pantry-recipes.herokuapp.com/
##Technologies Include:
Languages- HTML5 , CSS3
Text Editor- Sublime Text 3
Project Planning & User Stories - Trello
Trello Link: https://trello.com/b/rchUlKSS/project-two-recipe-app
##Future Developments:
-
Install Devise with Carrierwave
-
Add Boostrap
-
Install Sendgrid to share recipes between users
-
Add Notes model