Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1020 Bytes

File metadata and controls

33 lines (21 loc) · 1020 Bytes

fastgo 项目

fastgo 项目适宜人群

  • 掌握一定 Go 基础语法,想通过一个完整的实战,来快速系统学习 Go 项目开发的初学者;
  • 有意从事 Go 项目开发,但尚未入门或入门尚浅的同学。

项目快速部署

$ 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.yamlmysql 配置项。

fastgo 包含的技能点

技能点见下图所示: