Utilised http://beautifytools.com/csv-to-json-converter.php to convert the csv data to json data.
- Install application dependencies using
yarn install
- Run
yarn start
to format and clean Questions.json and Topics.json in the assets folder. This will generate the files CleanedQuestion.json and CleanedTopics.json, that are ready to be imported into mongodb
db.topics.createIndex({ancestors: 1})