Categorygithub.com/rneiva/go-jwt-auth-api
modulepackage
0.0.0-20240912135434-2f0d6c20c26d
Repository: https://github.com/rneiva/go-jwt-auth-api.git
Documentation: pkg.go.dev

# README

go-jwt-auth-api

License: MIT

Simple Rest API in Golang with JWT Authentication, Fiber Web Framework, PostgreSQL DB with GORM.

Prerequisites:

🛠️ 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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author