Home > other >  How to get and post data or share data between web app and mobile app?
How to get and post data or share data between web app and mobile app?

Time:04-09

I have a web application where a doctor can see their appointments, Now I created a mobile app that patients can use to book their appointments. The problem is how can I integrate both and share data between both the apps.

I used angular and.NET Core,MS SQL for web App and react native,Node js,MongoDB for mobile app

CodePudding user response:

A visual of what Abe and Rohit has explained above:

typical shared backend service

  • Related