Hacktive8 Assignment Final Project
you can install dependencies using go mod tidy
or one by one,
- install dependencies go get
go get -u gorm.io/gorm
go get -u github.com/gin-gonic/gin
go get -u github.com/golang-jwt/jwt
go get -u github.com/asaskevich/govalidator
go get -u golang.org/x/crypto
go run main.go
You can read documentation for this repo using this link here!