文件名称:gf-demos:GoFrame的一些演示
文件大小:98KB
文件格式:ZIP
更新时间:2024-05-22 00:57:19
demos gf goframe Go
GoFrame演示 此仓库使用GoFrame实施了一些演示。 一个简单的websocket聊天服务。 用户SignUp / SignIn的基本API示例。 通用CURD服务。 安装 1.在一切开始之前,您需要进行go开发环境设置。 2.使用git clone存储库克隆到本地文件夹。 git clone https://github.com/gogf/gf-demos 3.将document/sql/create.sql导入到数据库中。 4.从config.example.toml创建配置文件。 cp config/config.example.toml config/config.toml 如有必要,请根据本地配置更新config.toml 。 5.运行命令go run main.go ,如果成功,您将看到以下内容: SERVER | DOMAIN | ADDRESS |
【文件预览】:
gf-demos-master
----Dockerfile(870B)
----.gitignore(187B)
----main.go(318B)
----packed()
--------packed.go(15B)
--------swagger.go(2KB)
----boot()
--------.gitkeep(0B)
--------boot.go(212B)
----library()
--------response()
----public()
--------html()
--------resource()
--------plugin()
----LICENSE(1KB)
----app()
--------dao()
--------api()
--------model()
--------service()
----go.mod(494B)
----.gitattributes(22B)
----swagger()
--------swagger.json(10KB)
----router()
--------.gitkeep(0B)
--------router.go(570B)
----template()
--------.gitkeep(0B)
--------chat()
----config()
--------.gitkeep(0B)
--------config.example.toml(861B)
----document()
--------.gitkeep(0B)
--------postman()
--------sql()
----README.MD(7KB)