modulepackage
0.0.0-20230329013357-14af5490e727
Repository: https://github.com/juanf18/go-test-crud.git
Documentation: pkg.go.dev
# README
Go test crud
Herramientas que se utilizaron
Estas fueron las herramientas que se utilizar para implementar un crud basico en go
- go
- gorm
- mux
Para inicial el proyecto
Primero se tiene que tener instalado go en la version 1.20.2, luego hacer uso de go get .
para instalar los paquetes necesario (gorm, mux).
go get .
go run main.go
o si tiene instalado el paquete para hot reload que es air usar el comandoair .
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author