Initial MVP commit

This commit is contained in:
2026-03-19 19:52:13 -05:00
parent 8c092c2247
commit b01383e530
13 changed files with 1269 additions and 0 deletions

13
config.yml Normal file
View File

@@ -0,0 +1,13 @@
server:
listen_addr: ":8080"
default_format: json
databases:
- name: weatherdb
driver: postgres
uri: postgres://weatherdb:5432/weatherdb?sslmode=disable
username: weatherdb
password: weatherdb
templates:
base_dir: templates