Photo manager web app, written in rust.
Go to file
Rasmus Kaj b1a8360e5c Use flate2 1.x.
There was a slight API change.
2017-12-07 07:17:09 +01:00
db Add original time to photos. 2015-12-22 18:22:21 +01:00
migrations Add basic attribution. 2017-02-11 22:24:35 +01:00
src Use flate2 1.x. 2017-12-07 07:17:09 +01:00
templates Simpler and more versatile links. 2017-11-25 02:35:15 +01:00
.gitignore No secrets in git. 2016-07-17 14:16:41 +02:00
.travis.yml Force a rustfmt update. 2017-11-08 23:51:11 +01:00
admin.js Add admin UX to grade images. 2017-11-22 21:13:34 +01:00
Cargo.toml Use flate2 1.x. 2017-12-07 07:17:09 +01:00
photos.scss Some styling and UX. 2017-11-25 01:22:01 +01:00
README.md Fix travis link in readme. 2017-05-12 16:43:22 +02:00
rustfmt.toml Update and reenable rustfmt. 2017-11-08 21:55:12 +01:00
ux.js Use the shorthand when I have it. 2017-11-26 21:31:48 +01:00

rphotos

Toy web app in Rust language: manage my photos

Build Status

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.