Photo manager web app, written in rust.
Go to file
Rasmus Kaj 88b0d8b57b Dont panic.
Handle errors in image scaling properly.
2016-05-03 18:37:35 +02:00
db Add original time to photos. 2015-12-22 18:22:21 +01:00
src Dont panic. 2016-05-03 18:37:35 +02:00
templates Add jwt authorization. 2016-05-01 15:50:49 +02:00
.gitignore Initial commit. 2015-11-19 23:43:04 +01:00
.travis.yml Enable travis ci. 2015-11-26 17:30:19 +01:00
Cargo.toml Add jwt authorization. 2016-05-01 15:50:49 +02:00
photos.scss Add jwt authorization. 2016-05-01 15:50:49 +02:00
README.md Add build status to README. 2016-04-21 21:00:56 +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.