Photo manager web app, written in rust.
Go to file
2019-02-23 20:49:12 +01:00
migrations Refactor fetching places. 2018-09-05 23:39:35 +02:00
res Enable submitting location by pressing enter. 2018-09-08 16:23:09 +02:00
src Improve the split function. 2018-11-06 22:28:43 +01:00
templates Minor cleanup. 2019-02-23 20:48:17 +01:00
.gitignore No secrets in git. 2016-07-17 14:16:41 +02:00
.travis.yml Rustfmt. 2018-07-05 23:28:57 +02:00
Cargo.toml Update some dependencies. 2019-02-23 20:49:12 +01:00
diesel.toml Quit using diesel_infer_schema. 2018-08-31 22:40:39 +02:00
README.md Fix travis link in readme. 2017-05-12 16:43:22 +02:00
rustfmt.toml Rustfmt. 2018-07-05 23:28:57 +02: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.