CoolFace
Apppublic

RishabhHajela/event-driven-notification-hub

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
App README

Event-Driven Notification Hub

Publish order events; an async processor fans each one out to EMAIL, SMS, and PUSH notifications with idempotent dedup.

The landing page is an interactive API console — click any endpoint to call the live API.

API

MethodPathDescription
GET/healthHealth check
POST/api/eventsPublish an event (202)
GET/api/eventsRecent events
GET/api/notifications?customer_id=XNotifications for a customer

Stack

Python 3.11 · FastAPI · SQLite · Pydantic v2 · Next.js 14 (static export) · Tailwind CSS · Docker