Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.16 KB

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