Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 .env

Install project dependencies
go mod download
Run run project

go run main.go
```
**Testing api use postamn collection**
**Api postman collection in root folder gin.postman_collection import in postman**