jokes-bapak2/api
Reinaldy Rafli 0b4a9cc020 refactor: tidy up architecture design 2021-07-09 13:11:11 +07:00
..
app/v1 refactor: tidy up architecture design 2021-07-09 13:11:11 +07:00
.gitignore feat(*): created monorepo 2021-05-02 14:49:13 +07:00
README.md docs: improved readme 2021-05-02 14:58:37 +07:00
go.mod refactor: tidy up architecture design 2021-07-09 13:11:11 +07:00
go.sum refactor: tidy up architecture design 2021-07-09 13:11:11 +07:00
main.go refactor: tidy up architecture design 2021-07-09 13:11:11 +07:00

README.md

Jokes Bapak2 API

Still work in progress

Development

# Install modules
$ go install
# or
$ go mod vendor

# run the local server
$ go run ./

# build everything
$ go build ./

Modules