feat: Adding openapi example API

This commit is contained in:
Josepablo C.
2025-12-07 23:19:18 -06:00
parent bf78edeec0
commit 8787ece0d0
11 changed files with 525 additions and 29 deletions

3
app/Makefile Normal file
View File

@@ -0,0 +1,3 @@
PHONY: gen_openapi_models
gen_openapi_models: openapi/cfg.yaml openapi/openapi.yaml
oapi-codegen.exe -config .\openapi\cfg.yaml .\openapi\openapi.yaml