An open API service indexing awesome lists of open source software.

https://github.com/aironax-developer/go-gin-rest-api

Golang gin framework REST API template with JWT authentication
https://github.com/aironax-developer/go-gin-rest-api

gin-framework golang golang-application golang-examples restapi restapi-backend restapi-example

Last synced: 9 months ago
JSON representation

Golang gin framework REST API template with JWT authentication

Awesome Lists containing this project

README

          

# __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