- About
- How to install (on local system)
- Contributor's guide
- License
RecipeSwap allows users to browse, curate, and spin off recipes. Pinterest and browser bookmarks are lovely way to curate recipes from online locations but they have one serious drawback. There is no way to tweak that recipe. Whether your an onion lover, vegan, fan of fusion, or just seriously opinionated about flavors, this tool will allow you to tweak the recipes you curate to meet your own personal preferences.
With RecipeSwap you are be able to:
- Browse the community recipes.
- Mark recipes as favorites for easy reference.
- Spin off recipes to make them your own.
- Publish you own recipes to share with the RecipeSwap community.
RecipeSwap is built with love in Ruby using Sinatra and ActiveRecord.
- Download or clone this repo.
- Open terminal to the top level directory of this project and type
bundle install
- Type
rake db:migrate
to install the sqlite database (will be found in /db) - Populate database with demo content by typing
rake db:seed
. - Start the shotgun server by typing
shotgun
- Open
localhost:9393
in a new browser window and start interacting with RecipeSwap!
Bottom line: I will be a kind human. Please be the same in return.
Please submit a contribution idea through an issue ticket before working on a pull request. Don't submit a pull request unless it has been discussed through an issue ticket. I happily respond to all constructive inquiries.
As this project evolves, I will update this readme and how contributions are accepted.