Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 802 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 802 Bytes

Go Server for our Blog System

Build Status write, manage and share your blog 

Overview

- App
  - controller   router and checker
  - model        model
  - service      database operator
  - util         util librart
  server.go      server
- config        
  - config.yaml  configurations of server and database
main.go          

Running the server

To run the server, follow these simple steps:

go get ...
go run main.go

其中,数据库的Host、User、Password、Name,以及Server的Host、Port均按照config.yaml中的格式给出。