imc-vibe/backend
Christoph Haas 9dab3bc12c Add domain name validation
- Validate domain name format: letters, numbers, dots, hyphens only
- Must have at least one dot (TLD required)
- Cannot start/end with dot or hyphen
- Label length 1-63 characters
- Return ValidationError with descriptive message
2026-03-22 23:52:37 +01:00
..
cmd/server Switch from net/http to gin-gonic web framework 2026-03-22 23:28:28 +01:00
internal Add domain name validation 2026-03-22 23:52:37 +01:00
.env Add CLI flags for setup and server configuration 2026-03-22 01:17:43 +01:00
.env.example first 2026-03-21 22:41:23 +01:00
go.mod Switch from net/http to gin-gonic web framework 2026-03-22 23:28:28 +01:00
go.sum Switch from net/http to gin-gonic web framework 2026-03-22 23:28:28 +01:00