This project tend to use for Student in university and it developed in MEAN JS stack and it open source.
Please run this command before you start the project
$ npm installTo run app type
$ npm startTo export database (should export json extension)
$ mongoexport -d ChatBot -c users -o user.jsonTo import database (should import json extension)
$ mongoimport -d ChatBot -c users user.jsonAlgorithms support for this project
