Initialize project with basic structure, including Docker configuration, backend and frontend setup, environment configuration, and essential files for development.
Some checks failed
CI / backend (push) Has been cancelled
CI / frontend (push) Has been cancelled
CI / compose (push) Has been cancelled

This commit is contained in:
2026-07-19 00:17:31 +03:00
parent d401e9009c
commit 1239fcee08
69 changed files with 12391 additions and 10 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
.env
.env.*
!.env.example
# Go
backend/bin/
backend/coverage.out
# Node
frontend/node_modules/
frontend/dist/
frontend/coverage/
# IDE and OS
.idea/
.vscode/
.DS_Store
# Local data
.data/
*.log