- A project with CRUD operations using the GIN framework, designed for individuals who wish to explore GIN and understand its functionality
- Signup, Signin (JWT Authentication)
- CRUD
- Install Golang: https://go.dev/doc/gopath_code
- Install Gin framework : https://gin-gonic.com/docs/quickstart/
- Install Gorm: https://gorm.io/docs/update.html
- Install godotenv : https://github.com/joho/godotenv
- Install Compile Daemon for Go : https://github.com/githubnemo/CompileDaemon
- Install JWT package: https://github.com/golang-jwt/jwt
- Install bcrypt package: https://pkg.go.dev/golang.org/x/crypto/bcrypt
go mod download
CompileDaemon -command="./{your-project-folder-name}"