This repository contains the code for the Novu server used for handling notifications.
- Clone the repository
git clone https://github.com/zurichat/zc_messaging
cd notifications
- Setup environment variables. Modify as necessary.
cp .env.example .env
- Start Novu server and dependencies with Compose.
docker compose up