Skip to content

gogf/focus-single

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
txqiangguo
Oct 26, 2023
d9034a0 · Oct 26, 2023

History

67 Commits
Mar 4, 2022
Mar 3, 2022
Mar 28, 2023
Mar 28, 2023
Oct 26, 2023
Dec 17, 2021
Jul 12, 2021
Mar 18, 2022
Jul 12, 2021
Nov 17, 2022
Mar 28, 2023
Mar 28, 2023
Mar 28, 2023
Jan 4, 2023

Repository files navigation

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