Skip to content

Golang gin API boilerplate ,A proof of concept app for demonstrating authentication of golang app with JWT

License

Notifications You must be signed in to change notification settings

vinodnextcoder/golang-gin-boilerplate

Repository files navigation

⚡️ 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