This repo is a demo for how to set up a notification with postgres and a listerner using express js.
- Start containers:
docker compose up
- You will see notification appearing in the server logs when row is inserted into db.
- Stop containers:
docker compose down -v