File size: 959 Bytes
f6902b3
 
 
 
 
 
cd66431
f6902b3
cd66431
f6902b3
 
cd66431
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
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**