-
Notifications
You must be signed in to change notification settings - Fork 29
/
diagram.txt
14 lines (14 loc) · 1.13 KB
/
diagram.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
+--------------+
| | +-----------+ +--------------+
| /listing API| |Connect | | |
+-----> | Node.js App | |Local Proxy+------------------> | MongoDB |
+----------+ | | Port 8000 | |Port 8001 | | +--------+ Port 27017 |
| | | +--------------+ +-----------+ | |Connect | |
| Web- | | +--->Proxy | |
| Client +-----+ +--------------+ +--v+ +--------------+
| | | | | +-----------+ | +--------+
| | | | /product API | |Connect | |
+----------+ +-----> | Python Flask | |Local Proxy+------------------+
| Port 5000 | |Port 5001 |
| | +-----------+
+--------------+