Skip to content

Commit

Permalink
Updated README and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
z3ugma committed Jan 6, 2015
1 parent 4e2af41 commit 9257b63
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
rethink-recipes
===============================
A lightweight, quick and no-frills recipe application. It's best feature is calculating a color palette dynamically based on the title of the recipe.
A lightweight, quick and no-frills recipe application. Its best feature is calculating a color palette dynamically based on the title of the recipe.

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:8025to interact with RethinkDB web admin interface
5. Navigate to http://localhost:8025 to interact with RethinkDB web admin interface

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

![Screenshot1](https://raw.githubusercontent.com/z3ugma/rethink-recipes/master/screenshot1.png)
![Screenshot2](https://raw.githubusercontent.com/z3ugma/rethink-recipes/master/screenshot2.png)
![Screenshot3](https://raw.githubusercontent.com/z3ugma/rethink-recipes/master/screenshot3.png)
![Screenshot4](https://raw.githubusercontent.com/z3ugma/rethink-recipes/master/screenshot4.png)


Binary file added screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9257b63

Please sign in to comment.