GORM Example A simple REST API built in Go with GORM for database operations. Usage Rename .env.template file to .env Add database configuration values in .env file Install dependencies using go mod download Run app using go run main.go