No description
Find a file
siyahas 7d4bf481c9 Refactor HTTP client test samples and configuration
- Moved HTTP client test files to `internal/requests`.
- Replaced hardcoded `localhost` URLs with `{{base_url}}`.
- Updated `http-client.env.json` to include `base_url` configuration.
2025-09-08 16:34:23 +03:00
.idea Add film CRUD operations and integrate Sakila database enhancement 2025-09-08 16:28:19 +03:00
internal Refactor HTTP client test samples and configuration 2025-09-08 16:34:23 +03:00
queries Add film CRUD operations and integrate Sakila database enhancement 2025-09-08 16:28:19 +03:00
sakila-sqlite3@9394b42d13 Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
.gitignore Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
.gitmodules Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
go.mod Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
go.sum Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
main.go Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00
sqlc.yaml Add actor, film, and category APIs with SQL query support 2025-09-02 16:12:30 +03:00