Basically this is the rest api based app from client we have to make a rest call to the server and Server will return json respon. Response we have to parse and display at client side.
- AppClient : All andriod app or client side code need to update herer
- AppServer : this will contain nodejs related code and the Node-sql server releted code. Entry point and the entire structure i have to write for node-sql