README ¶ go-jwt-auth-api Simple Rest API in Golang with JWT Authentication, Fiber Web Framework, PostgreSQL DB with GORM. Prerequisites: Golang Installation Guide Go-Fiber Postgres GORM 🛠️ Installing Packages: go mod init <repository_name> go get github.com/gofiber/fiber/v2 go get gorm.io/gorm go get gorm.io/driver/postgres go get github.com/golang-jwt/jwt go mod tidy 💻 How to run go run main.go Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis controllers database models routes Click to show internal directories. Click to hide internal directories.