An open API service indexing awesome lists of open source software.

https://github.com/matsubara0507/sample-oapi-with-bazel

Sample project for OpenAPI with Bazel
https://github.com/matsubara0507/sample-oapi-with-bazel

bazel bazel-examples openapi

Last synced: about 1 year ago
JSON representation

Sample project for OpenAPI with Bazel

Awesome Lists containing this project

README

          

# sample-oapi-with-bazel

run sample application

```
bazelisk run //sample-app/cmd
```

generate code from OpenAPI config

```
bazelisk run //sample-app:api_gen
```