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

3
.env Normal file
View File

@@ -0,0 +1,3 @@
POSTGRES_USER=thoughts_user
POSTGRES_PASSWORD=postgres
POSTGRES_DB=thoughts_db