examples icon indicating copy to clipboard operation
examples copied to clipboard

add mvc example

Open XiXiangFiles opened this issue 4 years ago • 2 comments

add mvc example

XiXiangFiles avatar Apr 03 '21 03:04 XiXiangFiles

Why need this example?

appleboy avatar Apr 03 '21 22:04 appleboy

  • Provide MVC example pros
    1. MVC is a popular pattern for web dev.
    2. other languages provide it. such as nodejs: express, golang: iris... so if dev user first time use gin and want to use MVC pattern, they can directly use this example, we can make developers familiar with gin faster if we provide it.

So I want to contribute this example on this repo for all user. @appleboy

XiXiangFiles avatar Apr 05 '21 16:04 XiXiangFiles