A lightweight, quick and no-frills recipe application. It calculates a color palette dynamically based on the title of the recipe, and includes image search results matching the title Ingredients are automatically highlighted in the directions as well.
Tornado webserver wrapping Flask application with a RethinkDB backend
- Install Vagrant (www.vagrantup.com)
- Clone this repository. Navigate to its directory
- Run 'vagrant up'
- Navigate to http://localhost:5025 in your browser to view the tornado app
- Navigate to http://localhost:8025 to interact with RethinkDB web admin interface
- flask
- rethinkdb
- Python Image Library
- colorific (for color palette generation)
- translitcodec (for generating slugs)
- flask-wtf
- tornado (for deployment)