ezidam/crates/ezidam
2023-03-05 23:36:48 +01:00
..
src ezidam: conversion of error types 2023-03-05 23:36:48 +01:00
static added tabler static files, serving them from / 2023-02-28 22:20:10 +01:00
templates ezidam: setup: redirect to /setup if setup is not complete, create first user, redirect to / if setup is complete 2023-03-05 23:36:33 +01:00
Cargo.toml ezidam: minor stuff 2023-03-05 23:34:06 +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