Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1 KB

README.md

File metadata and controls

40 lines (24 loc) · 1 KB

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