repositorypackage
0.0.0-20240726202833-3733c5459db6
Repository: https://github.com/franciscojsb12/go-crud.git
Documentation: pkg.go.dev
# 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
# README
Steps to set up the project
-
Install
GoDotEnv
for managing environment variablesgo get github.com/joho/godotenv
-
Add
Gin
usinggo get -u github.com/gin-gonic/gin
-
Install
Gorm ORM
withgo get -u gorm.io/gorm
-
Install the driver for postgres
go get -u gorm.io/driver/postgres
Steps to execute migrations
- Navigate to the
migrate
- Run
go run migrate.go