warnp / vision_rs

A reimplementation of warnp/visionneuse in rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vision_rs Build Status

A reimplementation of warnp/visionneuse in rust.

Description

A simple web photo gallery written in rust with iron, maud and serde. Actually only working with the nightly build due to maud. It produce a docker image wich is runnable directly on the server. For the moment it's only for demonstration purpose and it's not mean't to become a framework or whatever. Also it doesn't support any kind of database for the moment.

Usage

Just modifiy the dockerfile at your conveniance, pull the image from docker hub or wherever it's hosted, and go to localhost:3000. You can modify the static image database in content/text.json.

About

A reimplementation of warnp/visionneuse in rust.

License:GNU General Public License v3.0


Languages

Language:Rust 57.7%Language:CSS 20.9%Language:HTML 19.4%Language:Dockerfile 1.6%Language:JavaScript 0.3%