Tools and Technologies used - TrueNorthVentures/ChatBot GitHub Wiki

Node.js ^8.0.0: Main server.Version has to be at least 8.0.0 cause we use a lot of promises since itโ€™s asynchronous.

MongoDB: We used the realtime database in MongoDB to store questions and information about the user. MongoDB also includes authentication, storage, and many useful functionalities.

Facebook developer: Because this is facebook messenger bot. SO it connects to facebook messenger.

Google Analytics: For analytic purposes, track user and user flow.

Heroku: Cloud platform as a service (PaaS) used for hosting the server.

GitHub: We use GitHub to manage our projects and repositories. It makes working in team easier. Can track what happens to the project, assign issues and set a milestone, reverse the code back when something goes wrong.