feat: creates backend for the project

This commit is contained in:
vakabunga
2026-03-02 00:32:37 +03:00
parent 9d12702688
commit 4d67636633
24 changed files with 1735 additions and 0 deletions

12
backend/.env.example Normal file
View File

@@ -0,0 +1,12 @@
DB_HOST=localhost
DB_PORT=5432
DB_NAME=family_budget
DB_USER=postgres
DB_PASSWORD=postgres
APP_USER_LOGIN=admin
APP_USER_PASSWORD=changeme
SESSION_TIMEOUT_MS=10800000
PORT=3000