# README
go-gin-rest-api
Golang gin framework REST API with JWT authentication
URL Endpoints:
http://localhost:8080
Endpoint | Method |
---|---|
/[email protected]&password=test | POST |
/emi | POST |
Follow the steps to Run App
go mod tidy
go mod vendor
go mod run main.go
# Packages
No description provided by the author