Add configuration files, database migrations, and authentication implementation scaffolding

This commit is contained in:
Sebastian Unterschütz
2026-04-30 19:08:07 +02:00
commit 331d60581e
83 changed files with 222264 additions and 0 deletions

21
.air.storage.toml Normal file
View File

@@ -0,0 +1,21 @@
root = "."
tmp_dir = "tmp"
[build]
bin = "./tmp/storage"
cmd = "go build -o ./tmp/storage ./cmd/storage/main.go"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "web"]
include_ext = ["go", "tpl", "tmpl", "html"]
exclude_regex = ["_test.go"]
[log]
time = true
[color]
main = "blue"
build = "yellow"
runner = "green"
[misc]
clean_on_exit = true