This repository contains ZenCrepes GraphQL API.
You can find ZenCrepes documentation on docs.zencrepes.io, issues should be created here
This readme only contains developer-focused details.
ZAPI is a Nest.js app, it is aimed at being used with ZUI.
yarn
# Without Keycloak
KEYCLOAK_DISABLED=true yarn run start:dev
# With Keycloak
KEYCLOAK_DISABLED=false KEYCLOAK_ROLE=zencrepes-data yarn run start:dev
Note: zqueue needs to be able to reach an Elasticsearch instance
Feel free to reach out on slack, ZenCrepes has a dedicated channel on #app_zencrepes
.
Overture gracefully provides the VM instance hosting dev & prod and the slack channel. ZenCrepes is not an Overture project.