Skip to content

Node and Express package for easy MongoDB storage of Pollyanna annotations

License

Notifications You must be signed in to change notification settings

BluePigeons/polyanno_storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polyanno_storage

Node and Express package for easy MongoDB storage of Polyanno annotations

The request mapping is :

Table

Each of the functions can be accessed individually if wanted, but the whole Express router (except the users routes for now) can be imported using polyanno.router allowing you to simply include the following in your server.js (or equivalent) file:

	var polyanno = require('polyanno_storage');
	app.use('/api', polyanno.router);

About

Node and Express package for easy MongoDB storage of Pollyanna annotations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors