Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/langalex/couchfoto

An example CouchDB/Rails application to demonstrate Basic CouchDB usage and attachment uploads. Based on Couch Potato.
https://github.com/langalex/couchfoto

Last synced: about 1 month ago
JSON representation

An example CouchDB/Rails application to demonstrate Basic CouchDB usage and attachment uploads. Based on Couch Potato.

Awesome Lists containing this project

README

        

## What this is

This is an example application I wrote for an article about CouchDB and Rails in the german [RailsWay](http://it-republik.de/railsway) magazine. It's a _very_ simple photo hosting site that allows users to upload their photos into CouchDB (including binary data), tag them and then browse a list of all photos and a tag cloud.

The application is based on my CouchDB/Ruby framework called [Couch Potato](http://github.com/langalex/couch_potato).

This application requires Ruby 1.9 to run.