Spaces:
Sleeping
Sleeping
| title: Houzou Notification Server | |
| emoji: 🔥 | |
| colorFrom: red | |
| colorTo: blue | |
| sdk: docker | |
| app_port: 7860 | |
| pinned: false | |
| license: mit | |
| # 🚀 Houzou Medical Notification Server | |
| Node.js server để gửi Firebase Cloud Messaging (FCM) notifications tới Houzou Medical Flutter App. | |
| ## 🔧 Tính năng | |
| - ✅ Gửi notification điều hướng về Home screen | |
| - ✅ Gửi notification điều hướng về Product Detail screen | |
| - ✅ Hỗ trợ gửi notification theo topic (nhiều thiết bị) | |
| - ✅ Quản lý FCM tokens | |
| - ✅ API endpoints đầy đủ | |
| ## 📡 API Endpoints | |
| ### Health Check | |
| ``` | |
| GET / | |
| ``` | |
| ### Register Device | |
| ``` | |
| POST /register-token | |
| ``` | |
| ### Send Broadcast Notification | |
| ``` | |
| POST /send-broadcast-notification | |
| ``` | |
| ### Test Firebase | |
| ``` | |
| GET /test-firebase | |
| ``` | |
| ## 🔗 Documentation | |
| Xem thêm tại [GitHub Repository](https://github.com/yourusername/houzou-medical-app) | |
| --- | |
| **Server chạy trên port 7860 via Docker** | |