Reputation: 1
Is there any way to expose mongodb database as rest api.
I would like to expose my mongo DB database as a rest API.
Upvotes: 0
Views: 1641
Reputation: 1
You can use https://github.com/abilliondreams/mongodb-generic-rest-api
Generic REST API to perform CRUD operation on a monogodb collection.
Upvotes: 0
Reputation: 5095
Please find the details in this official page.
Some of the REST Interfaces.
Upvotes: 0
Reputation: 1161
This tutorial might help you out. Your question is a very general question. A google search would probably be more helpful than asking on SO.
Upvotes: 2