This is reference repo for my medium article : "Simple API level permission in gin"
- Clone the repo
git clone https://github.com/paudelgaurav/gin-api-permissions
- Install dependencies
go mod download
- Populate the .env file using the .env.sample file
- Run server:
go run main.go