Skip to content

nireshd/express_mongodb_restAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express_mongodb_restAPI

An express mongodb API that returns questions that fall beneath a hierarchical topic tree.

To run:

  1. npm install
  2. npm install -S express mongoose body-parser
  3. Change the databaseURI link in line 3 of db.js in /config
  4. Run app.js

Model: Embedded Annotations, Array of Ancestors Tree for Topics.

The model used for topics and annotations can be found in /models/Topic.js and /models/Annotation.js respectively.

About

An express mongodb API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published