Ecosyste.ms: Awesome
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 month ago
JSON representation
Sample project for OpenAPI with Bazel
- Host: GitHub
- URL: https://github.com/matsubara0507/sample-oapi-with-bazel
- Owner: matsubara0507
- License: mit
- Created: 2021-09-04T08:01:05.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T13:23:37.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T13:44:37.452Z (about 2 months ago)
- Topics: bazel, bazel-examples, openapi
- Language: Elm
- Homepage:
- Size: 2.62 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```