fullstack go withDocker
1.0.0
在这个项目中,我们正在使用Postgres数据库进行CRUD操作
GET /api/go/users| 范围 | 类型 | 描述 |
|---|---|---|
api_key | string | 必需的。您的API键 |
Post /api/go/users/| 范围 | 类型 | 描述 |
|---|---|---|
name | string | 必需的。获取项目的名称 |
email | string | 必需的。项目的电子邮件获取 |
Put /api/go/users/${id}| 范围 | 类型 | 描述 |
|---|---|---|
id | string | 必需的。 for提取的项目ID |
name | string | 必需的。获取项目的名称 |
email | string | 必需的。项目的电子邮件获取 |
Put /api/go/users/${id}| 范围 | 类型 | 描述 |
|---|---|---|
id | string | 必需的。 for提取的项目ID |
总是欢迎捐款!
有关入门方式,请参见contributing.md 。
请遵守该项目的code of conduct 。
如果您有任何反馈,请通过[email protected]与我们联系。
给一颗星星支持我的项目。
MIT License
Copyright (c) 2024 Gaurav Mandal
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.