/mongodb-nodejs-rest-android

MongoDB->NodeJS->Rest API->Android

Primary LanguageJavaApache License 2.0Apache-2.0

Tutorial

Build a REST API in NodeJS with MongoDB and then call the REST services from your Android application.

Start the server (command line)
	`node server.js`

alt text

Android Application's functions
  • Add a new customer
  • Update customer's info
  • Delete a customer
  • Display all the customers
Application