Photo manager web app, written in rust.
Go to file
Rasmus Kaj 767a0c6bb0 Refuse to tag non-existing images.
But find images even if the file names are lowercased since tagging.
2017-02-04 11:35:17 +01:00
db Add original time to photos. 2015-12-22 18:22:21 +01:00
migrations Add camera support. 2016-08-09 01:41:46 +02:00
src Refuse to tag non-existing images. 2017-02-04 11:35:17 +01:00
templates Improve details view. 2017-02-03 19:44:13 +01:00
.gitignore No secrets in git. 2016-07-17 14:16:41 +02:00
.travis.yml Enable cargo crate cache on travis. 2016-09-23 17:16:24 +02:00
Cargo.toml Improve handling of static files. 2017-01-29 19:03:35 +01:00
photos.scss Improve details view. 2017-02-03 19:44:13 +01:00
README.md Add build status to README. 2016-04-21 21:00:56 +02:00
rustfmt.toml Order imports. 2016-05-11 18:15:00 +02:00

rphotos

Toy web app in Rust language: manage my photos

[Build Status] (https://travis-ci.org/kaj/rphotos)

Some day it might be a usefull tool to manage a photo collection, but at this moment, it is mainly a test of developing a web application in rust, using the nickel framework.