Add initial project configuration files including environment variables, Docker Compose setup, API design, database schema, and Nginx configuration

This commit is contained in:
2025-09-05 17:13:31 +02:00
commit 6bd06ff2c8
8 changed files with 516 additions and 0 deletions

2
codebase-prompt.txt Normal file
View File

@@ -0,0 +1,2 @@
uvx files-to-prompt thoughts-backend -e toml -e rs -e md --ignore "*target" -o backend-codebase.txt
uvx files-to-prompt thoughts-frontend -o frontend-codebase.txt --ignore "*node_modules" --ignore "*.lock"