📈 Stock Notif API
Self-hosted backend API for Chart Ping Stock Notification App
Running on home server • Powered by Next.js + PostgreSQL + Redis
API Endpoints
GET /api/health- Health checkGET /api/me- Current user infoGET /api/watchlist- Get user watchlistPOST /api/watchlist- Add to watchlistDELETE /api/watchlist/:id- Remove from watchlistGET /api/alerts- Get user alertsPOST /api/alerts- Create alertPATCH /api/alerts/:id- Update alertDELETE /api/alerts/:id- Delete alertGET /api/notifications- Get notificationsPATCH /api/notifications/:id/read- Mark as readGET /api/bundles- List stock bundlesGET /api/bundle-subscriptions- Get bundle subscriptions