Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 372 Bytes

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