Stack Overflow is a community of 4.7 million programmers, just like you, helping each other.

Join them; it only takes a minute:

Sign up
Join the Stack Overflow community to:
  1. Ask programming questions
  2. Answer and help your peers
  3. Get recognized for your expertise

I really don't want to have to install a full-blown MEAN project just for the one piece of data I want to store in MongoDB - is there a way for me to easily set up a MongoDB connection that I can use a service/factory with?

share|improve this question

Yes of course! Mongodb provide a suitable http rest interface.Please find this link: MongoDB Rest API Just you should run mongod by --rest parameter

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.