文件名称:backend:Findmentor.network后端项目
文件大小:35KB
文件格式:ZIP
更新时间:2024-04-14 09:03:03
Go
构建设置 go get github.com/findmentor-network/backend make build <$ ./backend Findmentor API Usage: backend [command] Available Commands: api find mentor api help Help about any command Flags: -c, --dbconn string Database connection string (default "mongodb://root:example@127.0.0.1:27017/") -d, --dbname string Database name (default "findmentor") -h, --help he
【文件预览】:
backend-master
----go.mod(558B)
----pkg()
--------mongoextentions()
--------log()
--------pagination()
--------errors()
--------echoextention()
----main.go(97B)
----.github()
--------workflows()
----Dockerfile(345B)
----internal()
--------person()
--------healthcheck()
----LICENSE(11KB)
----README.md(1KB)
----Makefile(1KB)
----docs()
--------swagger.yaml(2KB)
--------docs.go(5KB)
--------swagger.json(4KB)
----.gitignore(7B)
----cmd()
--------root.go(395B)
--------generator.go(279B)
--------api.go(2KB)