/go-gin-rest-api

Golang gin framework REST API template with JWT authentication

Primary LanguageGo

go-gin-rest-api

Golang gin framework REST API with JWT authentication

URL Endpoints:

http://localhost:8080

Endpoint Method
/login?email=info@aironax.com&password=test POST
/emi POST

Follow the steps to Run App

go mod tidy

go mod vendor

go mod run main.go