Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 560 Bytes

File metadata and controls

18 lines (12 loc) · 560 Bytes

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