Question: Using MySQL and Node JS and Android Studio. I need to build the SMS gateway system, implement 3 REST APIs using MySQL and Node JS:

Using MySQL and Node JS and Android Studio.

I need to build the SMS gateway system, implement 3 REST APIs using MySQL and Node JS:

1) sendSMS(phone, message_body): POST 2) getSMS() - returns the oldest unsent message

1) sendSMS(phone, message_body): POST 2) getSMS() - returns the oldest unsent message as a JSON object; e.g., {id: 10, phone:"00000000", body:"hgdfhghdsgfhjs" }: GET 3) sentSMS(msg_id): GET Also, you must implement an Android app (SMS Gateway App) that continuously use the 2nd and 3rd APIs to deliver the SMS messages. Use Postman to simulate the client that calls send SMS API to request sending an SMS message. Deliverables: Submit the assignment through BB before Jan 15th, 2020 (11:59PM): The apk file (zipped) and the project folder (zipped). Node JS application (source code) that implements the 3 APIs In your email indicate and problem you faced and prevented you from delivering a fully functional application.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Network Questions!