-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Jordan Jeffries edited this page Jan 19, 2017
·
10 revisions

Rather than having the campaign database accessible by both the conversation API and the management API, the database will be accessible exclusively by the management API, and the conversation API will make requests to the management API periodically to retrieve campaigns.
- Messenger App (Web, iOS, Android, etc)
- Conversation API (Node.js + Express)
- Management API (Node.js + Express)
- Management App (React)
- Management Database (MongoDB)
- Campaign Database (MongoDB)