/go-simple-blog

Simple feature blog / ⚠Unstable⚠

Primary LanguageGo

go-simple-blog

Requirements

  • go 1.13
  • MySQL

How to use

Clone

$ git clone git@github.com: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