This application is for viewing and creating food recipes. You can search by star rating, course, alphabetical letter, catagory, etc. A registered user can create their personal profile, save recipes to their recipe box, rate and make personal notes on any recipe, in addition to creating recipes of their own.
To install this App locally:
-
clone the repository from GitHub
-
cd into the directory
-
run
bundle install
from the command line -
run
rails db:migrate db:seed
to set up and seed the database -
start application server from the commandline with
rails s
-
navigate to the homepage
Enjoy!
A short video I made about how to use this app:
Additionaly, here is a blog post about creating my first Rails App: Glowing Spork Recipes
Bug reports and pull requests are welcome on GitHub
The gem is available as open source under the terms of the MIT License.