Cellarage is a rails app that allows users to track inventory of their wine collections and receive suggestions based on wines they like.
View the app at http://cellarage.herokuapp.com/
- Login page shows total inventory & total consumption across all registered users
- User can add new wines to inventory; user can edit quantity based on buying additional wines and consuming wines
- User can add reviews to wines
- User can select a wine and request recommendations based on vineyard & wine varietal
This project was created to meet requirements for Project 1 in General Assembly's Web Development Immersive Program (May 2014).
Intended to test our ability to create a functional Rails app, this project required three related models and use of at least one API source. I am currently using four models and one API source (wine.com).
This project was brainstormed, scoped and developed in one week. If given more time, I have a list of additional features to add to the project; I would also like to refactor to make the code more DRY.
User stories & future feature ideas are located in ProjectPlan.md
This app requires an API key from wine.com at https://api.wine.com/
To begin, run bundle install
If you would like to begin with an initial user and sample data, run rake db:seed
Temporary user
LOGIN: plesko.l@gmail.com
PASSWORD: password
Thank you!