initial commit

This commit is contained in:
2025-10-14 21:20:25 +03:00
commit 5471f3b138
19 changed files with 1365 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
alwaysApply: true
---
We are building a Go-based HTTP service. The service runs in a Docker container, only accesses the host through mounted volumes. See the "PRD.md" file in the project root for more details.
Tech stack: Go, Docker, Docker Compose, SQLite
Commands:
- use `docker compose` instead of `docker-compose`
Dependencies/versioning:
- Built on golang `1.25.3+`
- SQLite driver: `modernc.org/sqlite`