Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 268 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 268 Bytes

GO User ACL

A simple API written in Golang with Gin framework to manage users and Access controls (ACL)

Architecture

The project follows a DDD (Domain-driven design) approach.

This is a good example about how to setup gin framework using sub-routers and DDD.