Skip to content

zencrepes/zapi

Repository files navigation

ZenCrepes ZAPI


This repository contains ZenCrepes GraphQL API.

Documentation

You can find ZenCrepes documentation on docs.zencrepes.io, issues should be created here

This readme only contains developer-focused details.

Start Developing

ZAPI is a Nest.js app, it is aimed at being used with ZUI.

Launch the app

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

Reach-out

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.