# fastgo **Repository Path**: hacker__007/fastgo ## Basic Information - **Project Name**: fastgo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-03 - **Last Updated**: 2025-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## fastgo 项目 - 云原生 AI 实战营项目之一,更多精彩项目见:[云原生 AI 实战营](https://konglingfei.com/)。 - 该实战项目配套的课程目录见: [Go 项目开发极速入门课](https://konglingfei.com/cloudai/catalog/newbie.html)。 ## fastgo 项目适宜人群 - 掌握一定 Go 基础语法,想通过一个完整的实战,来快速系统学习 Go 项目开发的初学者; - 有意从事 Go 项目开发,但尚未入门或入门尚浅的同学。 ## 项目快速部署 ```bash $ mkdir -p $HOME/golang/src/github.com/onexstack/ $ cd $HOME/golang/src/github.com/onexstack/ $ git clone https://github.com/onexstack/fastgo $ cd fastgo/ $ ./build.sh $ _output/fg-apiserver -c configs/fg-apiserver.yaml ``` **注意:** 1. 要登录 MySQL 并且执行 `source configs/fastgo.sql;` 创建 `fastgo` 数据库及表; 2. 更新 `configs/fg-apiserver.yaml` 中 `mysql` 配置项。 ## fastgo 包含的技能点 技能点见下图所示: ![](./docs/images/skills.jpg)