resthelpdesk:用GO编写的小型服务台其余API

时间:2021-04-08 00:50:19
【文件属性】:
文件名称:resthelpdesk:用GO编写的小型服务台其余API
文件大小:9KB
文件格式:ZIP
更新时间:2021-04-08 00:50:19
Go RestHelpdesk :blue_book: :SOS_button: :victory_hand: RestHelpdesk是由Golang制作的小型Rest API,用于拥有自己的Helpdesk API并与您的应用程序或Web应用程序集成 功能与计划功能 实时搜索的文章和知识基础 票务支持与smtp集成 在线聊天 React客户 管理控制台 要求 Golang(此项目已在go1.16.3的go版本上完成) MariaDB或MySQL数据库 安装与启动 在项目文件夹中输入此命令以安装go模块 go install 导入数据库并设置环境变量 PORT=8000 # Your app port, default is 8000 DATABASE_URL=mysql://root:@127.0.0.1:3306/resthelpdesk # Your mysql connection url , mysql://username:d
【文件预览】:
resthelpdesk-main
----.gitignore(44B)
----go.mod(195B)
----.env.example(65B)
----resthelpdesk.sql(2KB)
----services()
--------categories.services.go(817B)
--------articles.services.go(2KB)
----models()
--------category.model.go(121B)
--------article.model.go(308B)
----main.go(496B)
----config()
--------initEnv.go(508B)
--------db.go(390B)
----readme.md(1KB)
----controllers()
--------categories.controllers.go(706B)
--------articles.controllers.go(2KB)
----routes()
--------routes.go(1KB)
----LICENCE.md(1KB)

网友评论