Notify is the notification API for the Recomend app, dev by @lxup. It handles in-app and push notifications using Novu and Firebase Cloud Messaging. Supabase triggers this API to send notifications based on user activity.
Nothing yet.
- β‘οΈ Express - Web framework for Node.js
- π Novu β In-app Notifications
- π² Firebase Cloud Messaging β Push Notifications
- follower β when someone follows a user
- friend β for friend requests or acceptances
- reco β new recommendations between users
- subscriber β subscriber-related events
npm install
cp .env.template .env.local
# Add your environment variables to .env.local
npm run devnpx novu@latest dev --port 9000npx novu@latest sync \
--bridge-url {{YOUR_BRIDGE_URL}} \
--secret-key {{SECRET_KEY}} # DEV or PROD