bkseastone / go-simple-blog

Simple feature blog / ⚠Unstable⚠

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple feature blog / ⚠Unstable⚠


Languages

Language:Go 53.8%Language:HTML 45.0%Language:CSS 0.7%Language:Batchfile 0.2%Language:Shell 0.2%Language:JavaScript 0.0%