An express mongodb API that returns questions that fall beneath a hierarchical topic tree.
To run:
npm install
npm install -S express mongoose body-parser
- Change the databaseURI link in line 3 of
db.js
in/config
- Run app.js
The model used for topics and annotations can be found in /models/Topic.js
and /models/Annotation.js
respectively.