We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a982e10 commit b38f39dCopy full SHA for b38f39d
README.md
@@ -125,19 +125,19 @@ docker run --net=host --volume /home/user/ctf01d-training-platform/api:/api/ kis
125
```
126
127
128
-## oapi-codegen
+## Generate Go server boilerplate from OpenAPI 3 - oapi-codegen
129
130
install:
131
132
-```
+```shell
133
$ go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest
134
$ export PATH="$PATH:$HOME/bin:$HOME/go/bin"
135
136
137
138
## Database local
139
140
141
$ make run-db
142
$ psql postgresql://postgres:postgres@localhost:4112/ctf01d_training_platform
143
ctf01d_training_platform=#
0 commit comments