go-gotham icon indicating copy to clipboard operation
go-gotham copied to clipboard

Fix gorm, swagger. Add infra components

Open EvgeniyBlinov opened this issue 1 year ago • 0 comments

Fix gorm: unsupported data type: 0xc000481008: Table not set, please set it like: db.Model(&user) or db.Table("users")

Fix swagger urls and params

Add docker-compose.yml with postgres and pgadmin Add Makefile for postgres database creation

EvgeniyBlinov avatar Feb 20 '24 15:02 EvgeniyBlinov