Initialize project with basic backend setup

This commit is contained in:
2025-08-14 11:56:32 -04:00
commit 3dc6c86c3b
7 changed files with 2494 additions and 0 deletions

5
.env Normal file
View File

@@ -0,0 +1,5 @@
// .env.example (copy to .env for local use)
RUST_LOG=info
BIND_ADDRESS=127.0.0.1:3000
# DATABASE_URL=postgres://gerard@localhost/db (not used yet)