Skip to content

shelter-cluster-nepal-im/UMM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

###Links and Documentation###

Map A POC version of a map showing locations of data submissions is available here: http://nepalsheltercluster.org/umm/map.html

Documentation A broad view of the UMM vision is avaiable here:

###API setup###

Eve

http://python-eve.org/quickstart.html

Mongo DB

http://docs.mongodb.org/manual/tutorial/install-mongodb-on-amazon/

db.createUser({user:"admin", pwd:"secret_password", roles:[{role:"root", db:"admin"}]})

mongo use ummapi b.createUser( { "user" : "name","pwd": "pass","roles" : [ "readWrite"] })

*Auth username/pw encoder/decoder: https://www.base64encode.org/

http://stackoverflow.com/questions/18520203/connectionexception-connecting-a-eve-rest-api-to-a-mongodb-instance

Releases

No releases published

Packages

No packages published