ORM Library (GORM)
go get -u gorm.io/gorm
go get -u gorm.io/driver/postgres
Web Framework (GIN)
go get -u github.com/gin-gonic/gin
Bcrypt (bcrypt, Repository)
go get -u golang.org/x/crypto/bcrypt
go get -u github.com/golang-jwt/jwt/v5
GoDotEnv (GitHub)
go get github.com/joho/godotenv
Compile Daemon (GitHub)
go get github.com/githubnemo/CompileDaemon
go install github.com/githubnemo/CompileDaemon
CompileDaemon --command="./jwt_auth_go"