Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

1. Focus Single

A MVC project using GoFrame.

2. Quick start

2.1 If you use SQLite

  1. Download the source code
git clone https://github.com/gogf/focus-single.git
cd focus-single
  1. Run Focus Single
cp manifest/config/config.example.yaml manifest/config/config.yaml
gf run main.go
  1. Enjoy it then open http://127.0.0.1:8199/ and enjoy it.
user:     goframe
password: 123456

2.2 If you use MySQL

  1. Download the source code
git clone https://github.com/gogf/focus-single.git
cd focus-single
  1. Update config copy manifest/config/config.yaml and edit database.default config
cp manifest/config/config.example.yaml manifest/config/config.yaml
  1. Import Db Import manifest/document/focus.sql to your Mysql

  2. Run Focus Single And Enjoy

gf run main.go

then open http://127.0.0.1:8199/ and enjoy it.

user:     goframe
password: 123456

关于 About

Single repo demo project using GoFrame.
apidaodemodtoentitygoframegolangormprojectserverstructure

语言 Languages

Go99.3%
Makefile0.5%
Dockerfile0.2%
Shell0.0%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
0
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors