Question and Answering forum using MEAN JS
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 install
To run app type
$ npm start
To export database (should export json extension)
$ mongoexport -d ChatBot -c users -o user.json
To import database (should import json extension)
$ mongoimport -d ChatBot -c users user.json
Algorithms support for this project