2024-07-26 13:07:25 +02:00
|
|
|
# oc-catalog OpenCloud catalog service.
|
|
|
|
|
|
|
|
Manages user catalog
|
|
|
|
|
|
|
|
To build :
|
|
|
|
|
|
|
|
bee generate routers
|
|
|
|
bee run -gendoc=true -downdoc=true
|
|
|
|
|
|
|
|
If default Swagger page is displayed instead of tyour api, change url in swagger/index.html file to :
|
|
|
|
|
|
|
|
url: "swagger.json"
|
|
|
|
|
2024-07-26 17:10:17 +02:00
|
|
|
Populate :
|
|
|
|
|
|
|
|
`./populate.sh ./demo.sh`
|