/veggie-recipes-rails-app-with-js

A Rails application with a JavaScript front end that allows a user to store all of their favorite recipes

Primary LanguageRubyMIT LicenseMIT

Veggie Recipes

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.

Built With

  • Ruby on Rails

Installation

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

Screenshots

home new index

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.