/thecookbook

Free, open source recipe tracking application

Primary LanguageRubyOtherNOASSERTION

For Vagrant & VirtualBox: $ vagrant up $ cd /vagrant $ tmux new $ rails s -b 0.0.0.0 open browser to http://localhost:3000/users/sign_in enter dev credentials:

The Cookbook

Free, open source recipe tracking app. See it in action at https://thecookbook.herokuapp.com

Features

  • Quickly create your own recipes
  • Simplified formatting (markdown) of ingredients and directions
  • Tag recipes for quick categorization
  • "Fork" a recipe you want to change
  • Upload a photo of the cooked recipe

Developers

I'm always happy to recive pull requests, but right now don't have a fully fleshed out contributor guide. If your familar with rails setup you should get far. You'll need to create a .env file with a few configuration options to get everything up and running.

I will update this section as soon as I have a bit more downtime ❤️

To get started:

$ bundle install
  [edit .env]
$ rake db:setup
$ rails c

License

The Cookbook is released under the Affero GPL version 3.

If you wish to contribute to this project you will retain your own copyright but must agree to license your code under the same terms as the project itself.

For more details see the LICENSE file.