15 lines
283 B
Markdown
15 lines
283 B
Markdown
# `mentos1386/golang-rest-example`
|
|
|
|
### Development
|
|
|
|
Tools required:
|
|
* [Just](https://github.com/casey/just)
|
|
* Docker and Docker Compose
|
|
|
|
```sh
|
|
just run
|
|
# Api is available at http://localhost:1234
|
|
# Swagger is available at http://localhost:1235
|
|
|
|
curl -v localhost:1234/healthz
|
|
```
|