Focus Single Save

Single repo demo project using GoFrame.

Project README

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
Open Source Agenda is not affiliated with "Focus Single" Project. README Source: gogf/focus-single
Stars
142
Open Issues
8
Last Commit
5 months ago
Repository

Open Source Agenda Badge

Open Source Agenda Rating