文件名称:go-dynamodb-rest-api:Go-dynamodb-rest-api
文件大小:26KB
文件格式:ZIP
更新时间:2024-04-27 05:27:48
Go
Go-dynamodb-rest-api 怎么跑 克隆存储库 git clone https://github.com/go-tutorials/go-dynamodb-rest-api.git cd go-dynamodb-rest-api 运行应用程序 go run main.go API设计 常见的HTTP方法 GET:检索资源的表示形式 POST:创建新资源 PUT:更新资源 补丁:执行资源的部分更新 删除:删除资源 健康检查的API设计 检查服务是否可用。 要求: GET / health 回复: { " status " : " UP " , " details " : { " dynamodb " : { " status " : " UP " } } } 用户API设计 资源:用户 获取所有用
【文件预览】:
go-dynamodb-rest-api-main
----go.mod(425B)
----main.go(768B)
----go.sum(32KB)
----configs()
--------config.yml(350B)
----internal()
--------services()
--------models()
--------handlers()
--------app()
----README.md(4KB)
----data()
--------data.json(464B)
--------rest-api.postman_collection.json(5KB)
--------data.sql(633B)
----.gitignore(308B)