Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 569 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 569 Bytes

gin-api-permissions

This is reference repo for my medium article : "Simple API level permission in gin"

  1. Clone the repo git clone https://github.com/paudelgaurav/gin-api-permissions
  2. Install dependencies go mod download
  3. Populate the .env file using the .env.sample file
  4. Run server: go run main.go