Skip to content

Ruby on Rails CRUD application that allows a user to keep track of their favorite recipes.

Notifications You must be signed in to change notification settings

Mnelson1992/CookBook

Repository files navigation

CookBook

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.

Installation

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

Contributions

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.

License

  • The application is available as open source under the terms of the MIT License.

About

Ruby on Rails CRUD application that allows a user to keep track of their favorite recipes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published