ezidam/crates/ezidam
2023-02-28 17:24:57 +01:00
..
src added file_from_bytes 2023-02-28 17:24:57 +01:00
Cargo.toml added settings crate, creating settings on web startup 2023-02-27 16:17:51 +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