Categorygithub.com/k725/go-simple-blog
repositorypackage
1.0.0
Repository: https://github.com/k725/go-simple-blog.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

go-simple-blog

Requirements

  • go 1.13
  • MySQL

How to use

Clone

$ git clone [email protected]:k725/go-simple-blog.git
$ cd go-simple-blog

Install depends

$ go mod download

Build

$ go build . 

Run

NOTE: MySQL connection information can be found in the startup script

for Windows

> run.bat

for Darwin/Linux

$ ./run.sh