TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Dockerized RESTful API Application in Go:CRUD,ORM,Logs,Migrations,Validations

2 点作者 dumindunuwan超过 2 年前

1 comment

dumindunuwan超过 2 年前
This repository shows how to build a Dockerized RESTful API application in Go for a simple bookshelf.<p>Batteries included,<p>- The idiomatic structure based on the resource-oriented design.<p>- The usage of Docker, Docker compose, Alpine images, and linters on development.<p>- Healthcheck and CRUD API implementations with OpenAPI specifications.<p>- The usage of Goose for the database migrations and GORM as the database ORM.<p>- The usage of Zerolog as the centralized Syslog logger.<p>- The usage of Validator.v10 as the form validator.