Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 532 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 532 Bytes

ZC Notifications

This repository contains the code for the Novu server used for handling notifications.

Requirements

Setup

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