Skip to content

dsjlfjasdlkfjaklsf/go-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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中的格式给出。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages