Skip to content

Files

Latest commit

e54c025 · Feb 15, 2024

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