简体   繁体   English

如何设置mongoDB服务器并将其用于Android应用程序?

[英]How to setup a mongoDB server and use it for an android application?

We are developing an android application that needs to communicate with a remote database, in order to sync some Strings. 我们正在开发一个需要与远程数据库通信的android应用程序,以便同步一些字符串。 After some research it seems that mongoDB fits all the requirements. 经过一些研究,似乎mongoDB符合所有要求。

However we are new to back-end and are clueless as to how things actually work. 然而,我们是后端的新手,并且对于事情的实际工作方式一无所知。 Google wasn't of much help as I couldn't find anything that explains this stuff clearly enough. 谷歌没有多大帮助,因为我找不到能够清楚解释这些东西的任何东西。

From my understanding we need a mongoDB and a REST API server. 根据我的理解,我们需要一个mongoDB和一个REST API服务器。 How do we go about setting these things up to use with android? 我们如何设置这些东西与android一起使用?

A step by step guide and a brief explanation as to what we need would be extremely be helpful. 一步一步的指导和关于我们需要的简要说明将非常有帮助。

You can go through following link and use step by step.I think it will be helpful. 您可以通过以下链接逐步使用。我认为这将有所帮助。

Click here A simple CRUD application using Express and MongoDB 单击此处使用Express和MongoDB的简单CRUD应用程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM