Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 412 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 412 Bytes

gin-rest-gorm-rbac-api-sample

Golang REST API sample with Mysql integration using Gin and GORM. (This project IS NOT a starter kit, it is just an example project.)

This project is a sample project that contains following features:

  • REST API server with Gin Framework
  • Modular Routes
  • Database integration using GORM
  • JWT Token based Authentication