GTD MVP: Expo app (iOS/Android/web) + Bun API + Postgres schema

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-07 16:36:06 -07:00
commit df4068bb3b
8 changed files with 262 additions and 0 deletions

3
server/.env.example Normal file
View File

@@ -0,0 +1,3 @@
# Copy to .env on the server. Real values live only there.
DATABASE_URL=postgres://marcus:CHANGE_ME@personal-db:5432/gtd
API_TOKEN=CHANGE_ME