Added dockerfile, docker compose, created server implementation with some middlewares

This commit is contained in:
2026-03-16 14:24:26 +05:00
parent bea7fba050
commit 2885a59693
10 changed files with 451 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ import (
"log/slog"
"github.com/jackc/pgx/v5/pgxpool"
_ "github.com/jackc/pgx/v5/stdlib"
"github.com/pressly/goose/v3"
)