Categorygithub.com/MarkTBSS/076_Database_Item_Adding
modulepackage
0.0.0-20240417003220-fc7643baab9d
Repository: https://github.com/marktbss/076_database_item_adding.git
Documentation: pkg.go.dev

# README

go get github.com/go-playground/validator/v10
go get github.com/spf13/viper

go get gorm.io/gorm
go get gorm.io/driver/postgres

docker run -d -e POSTGRES_PASSWORD=Pass1234 -p 5434:5432 <image_name>

Create database name "isekaishopdb"
go run ./databases/migration/migration_item/migration_item.go

go run .

# Packages

No description provided by the author
No description provided by the author
No description provided by the author