CookBook is a Ruby on Rails application that allows a user to store all of their favorite recipes. Once created a user can then edit a recipe, add an ingredient to the recipe, and view recipes that use a specific ingredient.
To install this application use the following steps:
- Fork and clone this repository, and then execute:
$ bundle install
$ rake db:migrate
- Then run:
$ rails s
- Open up a new browser window and navigate to:
localhost:3000
If you notice any bugs or would like to contribute to this application, please send a pull request. When you send a pull request please provide a detailed description of the contribution and or bug that you may have noticed.
- The application is available as open source under the terms of the MIT License.