modulepackage
0.0.0-20210301144308-b83c5df16b8f
Repository: https://github.com/amymeme/board-golang.git
Documentation: pkg.go.dev
# README
board-golang
go 언어로 간단한 게시판을 구현해보려 합니다.
Simple board by golang
go에서 사용된 라이브러리는 /go.mod
를 참조해주세요.
Plz references /go.mod
for used golang libraries
Vue.js에서 사용된 라이브러리는 /view/package.json
를 참조해주세요.
Plz references /view/package.json
for used vue libraries
Tech Stack
- golang
- MySql (by docker)
- Vue.js
Use
go build main.go
npm run serve
localhost:8080
in browser- DONE!
golang default port is 8090.
It can be set in main.goos.Setenv("PORT", "8090")
# 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