使用 Go Fiber 构建 RESTful API:一个受 Express 启发的项目模板
原文英文,约1400词,阅读约需5分钟。发表于: 。A boilerplate/starter project for quickly building RESTful APIs using Go, Fiber, and PostgreSQL. Inspired by the Express boilerplate. The app comes with many built-in features, such as...
这篇文章介绍了一个使用Go、Fiber和PostgreSQL快速构建RESTful API的项目模板。项目内置功能包括JWT和Google OAuth2认证、请求验证、测试、Docker支持、API文档和分页等。项目结构涵盖配置、控制器、数据库、文档、中间件、模型、路由、服务和验证模块。通过环境变量和命令行工具,可以轻松进行开发、测试和部署。