basic frontend
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
aovantsev
2025-10-03 11:32:59 +03:00
parent 78122bc996
commit 324e861218
35 changed files with 20764 additions and 22 deletions

12
env.example Normal file
View File

@@ -0,0 +1,12 @@
# Database Configuration
DATABASE_URL=postgres://postgres:password@localhost:5432/counter_db?sslmode=disable
# JWT Configuration
JWT_SECRET=your-super-secret-jwt-key-change-in-production
# Server Configuration
PORT=8080
GIN_MODE=release
# Frontend Configuration (for development)
REACT_APP_API_URL=http://localhost:8080/api/v1