Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 888 Bytes

README.md

File metadata and controls

46 lines (35 loc) · 888 Bytes

🍴Fork

Plate의 서버입니다.

Config

먼저, config.go 파일을 만들어주세요:

$ mkdir config && cp config-template/config-template.go config/config.go

그다음, 좋아하시는 에디터로 편집해주세요.

Install

저장소를 클론하세요:

$ go get -u github.com/joshua1b/Fork

Run

컴파일하고 실행하세요:

$ cd $GOPATH/src/github.com/seeeturtle/Fork
$ go build ./
$ ./Fork

Warning

Spoon로 미리 데이터베이스를 초기화 해야합니다.

Thanks

@mingrammer

https://github.com/mingrammer/go-todo-rest-api-example

멋진 예제를 작성해주셔서 감사합니다! 이 프로젝트에 많은 도움을 주셨습니다.

문의

issue에 올려주시기를 바랍니다.