Skip to content

Files

Latest commit

f17d053 · Nov 13, 2020

History

History
16 lines (11 loc) · 378 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 378 Bytes

lancelot.life

My personnal website written in Rust 🦀 from scratch

Usage

You need launch a postgresql server first and define DATABASE_URL and PORT environnement variables.

Then lauch

cargo run --release

and the server will be listening on the port set in the environnement PORT 😄

TODO:

  • Add support for array in get_var_value in views.rs