Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.2 KB

rethink-recipes

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

  1. Install Vagrant (www.vagrantup.com)
  2. Clone this repository. Navigate to its directory
  3. Run 'vagrant up'
  4. Navigate to http://localhost:5025 in your browser to view the tornado app
  5. Navigate to http://localhost:8025 to interact with RethinkDB web admin interface

Dependencies

  • flask
  • rethinkdb
  • Python Image Library
  • colorific (for color palette generation)
  • translitcodec (for generating slugs)
  • flask-wtf
  • tornado (for deployment)

Screenshot1 Screenshot2 Screenshot3 Screenshot4