ezidam/crates/ezidam
2023-03-24 23:23:14 +01:00
..
src upgraded to rocket v0.5-rc3 2023-03-24 22:56:01 +01:00
static added robots.txt 2023-03-22 22:16:16 +01:00
templates ezidam: admin: empty settings page 2023-03-24 22:18:52 +01:00
Cargo.toml update dependencies 2023-03-24 23:23:14 +01:00
justfile initial commit, empty rocket server 2023-02-27 12:25:58 +01:00
readme.md initial commit, empty rocket server 2023-02-27 12:25:58 +01:00
Rocket.toml added database_pool crate, for pool handling and migrations 2023-02-27 14:36:48 +01:00

ezidam

web server for ezidam

initial setup

tools

  • just start to start the web server in debug mode
  • just dev to restart the web server when files are edited

documentation

head over to rocket.rs to read rocket's documentation

configuration

to configure the web server, see Rocket.toml and the reference