Categorygithub.com/FranciscoJSB12/go-crud
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

  1. Install GoDotEnv for managing environment variables go get github.com/joho/godotenv

  2. Add Gin using go get -u github.com/gin-gonic/gin

  3. Install Gorm ORM with go get -u gorm.io/gorm

  4. Install the driver for postgres go get -u gorm.io/driver/postgres

Steps to execute migrations

  1. Navigate to the migrate
  2. Run go run migrate.go