Photo manager web app, written in rust.
Go to file
Rasmus Kaj 7778c079ed Consistency in whats public.
Attempt to only link public images from public overviews.

Some calls to desc() needs to be changed to desc().nulls_last() when
availiable in diesel.
2016-06-10 15:36:24 +02:00
db Add original time to photos. 2015-12-22 18:22:21 +01:00
migrations Actually get grades from kpa. 2016-06-05 17:38:30 +02:00
src Consistency in whats public. 2016-06-10 15:36:24 +02:00
templates Reimplement all time-based views. 2016-06-04 21:08:14 +02:00
.gitignore Initial commit. 2015-11-19 23:43:04 +01:00
.travis.yml Use DATABASE_URL consistently. 2016-06-05 00:57:38 +02:00
Cargo.toml Start conversion to diesel. 2016-05-29 21:51:27 +02:00
photos.scss Fix the header to window top. 2016-06-05 21:55:44 +02: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.