Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/langalex/couchfoto
- Owner: langalex
- Created: 2009-07-20T23:39:09.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-07-20T23:41:06.000Z (over 15 years ago)
- Last Synced: 2024-04-13T09:17:54.006Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 156 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.