A
A
Anton Filippov2014-11-26 15:04:24
JavaScript
Anton Filippov, 2014-11-26 15:04:24

What will be required to implement a simple interaction with Mongo DB?

Good afternoon!
There is one application : sOIVmIBhS5k.jpg
I need it to interact with a mongo database.
What is required besides js and the base itself?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
bromzh, 2014-11-26
@vicodin

You need to choose a language for the backend and implement a simple web application in it. This web application must accept POST request data, validate it and store it in the database, as well as fetch all elements from the database and transfer it to the client.
In short, it can be done as a REST web service that streams data in JSON format and provides simple CRUD functionality. As a server language, take what you know better.

Y
YV, 2014-11-26
@targetjump

Here is such an application on a node

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question