Plate의 서버입니다.
먼저, config.go 파일을 만들어주세요:
$ mkdir config && cp config-template/config-template.go config/config.go
그다음, 좋아하시는 에디터로 편집해주세요.
저장소를 클론하세요:
$ go get -u github.com/joshua1b/Fork
컴파일하고 실행하세요:
$ cd $GOPATH/src/github.com/seeeturtle/Fork
$ go build ./
$ ./Fork
Spoon로 미리 데이터베이스를 초기화 해야합니다.
https://github.com/mingrammer/go-todo-rest-api-example
멋진 예제를 작성해주셔서 감사합니다! 이 프로젝트에 많은 도움을 주셨습니다.
issue에 올려주시기를 바랍니다.