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
- Host: GitHub
- URL: https://github.com/aironax-developer/go-gin-rest-api
- Owner: AIRONAX-Developer
- Created: 2022-08-30T15:19:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T15:54:16.000Z (over 3 years ago)
- Last Synced: 2025-01-22T06:54:28.232Z (about 1 year ago)
- Topics: gin-framework, golang, golang-application, golang-examples, restapi, restapi-backend, restapi-example
- Language: Go
- Homepage: https://aironax.in
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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