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` Android Application's functions Add a new customer Update customer's info Delete a customer Display all the customers Application