/Whats-In-my-Fridge

Web developed by Ruby on Rails

Primary LanguageRuby

What's in my fridge

This is the web page "What's in my fridge" created by Ruby on Rails. Reupdated on my personal repo. Originally developed on environment AWS Cloud 9. Interface is incomplete as it is the project from 484 class.

This is the web page that retrieves the recipes that contain the ingredients user searches. Provide insights of the dinner menu with what they currently have in their fridge.

Required extension for this app: Ruby extension SQLite

Ruby version: 2.6.3

Creating an environment

sudo gem install bundle
bundle install
rake db:migrate
rake db:drop
rake db:create
rake db:migrate
rake sunspot:solr:start
rake db:seed
rails server

To clear cache memory

rake tmp:clear

Glance of the app

Front page Screen Shot 2020-01-15 at 5 21 42 PM

Login page with SSO (Twitter / using Twitter API token) Screen Shot 2020-01-15 at 5 21 48 PM

Sign up page Screen Shot 2020-01-15 at 5 21 59 PM

Main page Screen Shot 2020-01-15 at 5 22 14 PM

Select Countries Screen Shot 2020-01-15 at 5 23 55 PM

Searchbar for ingredient Screen Shot 2020-01-15 at 5 24 03 PM

Incomplete, but meaningful job of mine! Thanks!