Photo manager web app, written in rust.
Go to file
2018-02-11 17:16:21 +01:00
migrations Add basic attribution. 2017-02-11 22:24:35 +01:00
res Put admin forms before map. 2018-02-11 16:10:20 +01:00
src Improve next/prev for simultaneous images. 2018-02-11 17:16:21 +01:00
templates Add maps to image lists. 2018-02-07 20:56:23 +01:00
.gitignore No secrets in git. 2016-07-17 14:16:41 +02:00
.travis.yml Use nightly distributed rustfmt-preview. 2018-01-25 21:20:15 +01:00
Cargo.toml Use local copy of leaflet. 2018-02-10 22:59:35 +01:00
README.md Fix travis link in readme. 2017-05-12 16:43:22 +02:00
rustfmt.toml Remove some no-longer-supported fmt options. 2017-12-30 15:29:38 +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.