Veggie Recipes 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 ingredients and reviews to the recipe, and view recipes that are the quickest to make.
- Ruby on Rails
To install this application use the following steps:
- Fork and clone this repository, and then execute:
$ bundle install
$ rake db:migrate
$ rake db:seed
- 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.