🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/L-HeliantHuS/DuckyGo-MVC

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/L-HeliantHuS/DuckyGo-MVC

v0.0.0-20191002090454-25157e1bf2ee
Source
Go
Version published
Created
Source

DuckyGo MVC

这是Django么? 不是的!这是采用gin + pongo2gin + gorm搭建的MVC框架~

  • DuckyGo Restful API: DuckyGo(Restful API)
  • 项目实战视频: DuckyGo-MVC实战开发留言板

第三方模块导航

结构说明

  • conf 用于服务器配置和url配置
  • controlls 业务handler
  • models 数据库建模
  • cache 缓存模块
  • services 服务 放置可重用的逻辑
  • middlewares 中间件
  • static 静态文件
  • templates 模板文件

.env

先将.env.example改名为.env

当plugin为0的时候,DuckyGo会关闭MySQL和Redis的连接,就可以自己单独运行 不会报错.

使用说明

  • /static就是static文件夹里面的内容

FAQs

Package last updated on 02 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts