Cookbook Notes is an app to keep track of all your notes for your recipes. Create a user account to save all of your cookbooks, then add recipe notes to your cookbooks. You can view all of your notes for all your cookbooks on one page, choose/click on one of your cookbooks from a list and view all the notes for that cookbook, or add a new cookbook and then add new notes.
To run Cookbook Notes:
- Clone this repository
- Run
rake db:migrate
in your terminal - Run
shotgun
in your terminal - Copy/paste the server address run by shotgun into your web browser
- You are now running the Cookbook Notes app!
Bug reports and pull requests are welcome on GitHub at https://github.com/ryanwevans/cookbook_notes. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The app is available as open source under the terms of the MIT License.