Files
tingz/.cursor/rules/project-details.mdc
2025-10-14 21:20:25 +03:00

13 lines
416 B
Plaintext

---
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`