Run server:
pg_ctl -D /opt/homebrew/var/postgres start
Start psql and open database postgres, which is the database postgres uses itself to store roles, permissions, and structure:
psql postgres
Check coverage
go test ./... -v -short -p 1 -cover
go test ./...
golangci-lint run
go install github.com/swaggo/swag/cmd/swag@latest
swag init -g internal/handlers/handlers.go
go test -bench=. -cpuprofile=cpu.out
staticcheck ./...