Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vinodnextcoder/golang-gin-boilerplate
Golang gin API boilerplate ,A proof of concept app for demonstrating authentication of golang app with JWT
https://github.com/vinodnextcoder/golang-gin-boilerplate
gin-golang gin-gonic gin-gonic-api gin-gonic-mysql gin-mysql gingonic golang golang-log golang-logrus golang-mysql-api golang-rest-api jwt-authentication jwt-go jwt-token logger logrus logrus-go rest-api
Last synced: 5 days ago
JSON representation
Golang gin API boilerplate ,A proof of concept app for demonstrating authentication of golang app with JWT
- Host: GitHub
- URL: https://github.com/vinodnextcoder/golang-gin-boilerplate
- Owner: vinodnextcoder
- License: mit
- Created: 2024-01-07T15:12:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T09:07:26.000Z (11 months ago)
- Last Synced: 2024-11-07T18:25:01.660Z (about 2 months ago)
- Topics: gin-golang, gin-gonic, gin-gonic-api, gin-gonic-mysql, gin-mysql, gingonic, golang, golang-log, golang-logrus, golang-mysql-api, golang-rest-api, jwt-authentication, jwt-go, jwt-token, logger, logrus, logrus-go, rest-api
- Language: Go
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⚡️ API Gin boilerplate ⚡️
## Features
1. user Register
2. logrus logger## Backend
- Golang
- Gin-gonic framework
- Mysql
- Logrus logger```
git clone https://github.com/vinodnextcoder/golang-gin-boilerplate.git
cd golang-gin-boilerplate
create file .env copy from .envInstall project dependencies
go mod download
Run run projectgo run main.go
```
**Testing api use postamn collection**
**Api postman collection in root folder gin.postman_collection import in postman**