Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 317 Bytes

File metadata and controls

9 lines (6 loc) · 317 Bytes

Postgres Notification Demo

This repo is a demo for how to set up a notification with postgres and a listerner using express js.

To Run

  1. Start containers: docker compose up
  2. You will see notification appearing in the server logs when row is inserted into db.
  3. Stop containers: docker compose down -v