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
Login page with SSO (Twitter / using Twitter API token)
Incomplete, but meaningful job of mine! Thanks!