En este tutorial crearemos una REST API usando Go y el orm de Go llamado GORM, con la base de datos PostgreSQL.
mkdir go-postgresql-restapi
cd go-postgresql-restapi
go mod init github.com/faztweb/go-postgresql-restapi
PostgreSQL & Go
En este tutorial crearemos una REST API usando Go y el orm de Go llamado GORM, con la base de datos PostgreSQL.
mkdir go-postgresql-restapi
cd go-postgresql-restapi
go mod init github.com/faztweb/go-postgresql-restapi
Aprende a crear una REST API usando Go, y PostgreSQL a traves de un ORM llamado gorm, mas el paquete gorilla/mux y Docker
Compartir
Publicado: hace un mes
Actualizado: hace un mes