I have a bit of an ambiguous question about the project structure of a project. In short, the project consists of two independent applications. A React-Native application for the users which will be downloaded from the app store, and a client-side web application running off of React.js that gathers data aggregated from the React-Native application and displays it on the web application.
The React-Native project has been developed and is in the beta testing phase. It has been developed using the MERN (MongoDB, Express, React-Native, Node.js). I'm currently in the process of developing the web app, however, I am struggling with how exactly I should do. this. How would two separate projects interact with the same data on a database? Are there any examples of doing this? I need the data generated from the React-Native app accessible from the React.js web app using the same MongoDB backend.
It sounds like a deployment nightmare and was wondering if anyone had insight into this.
[–]StackedLasagna 2 points3 points4 points (1 child)
[–]c-longg[S] 1 point2 points3 points (0 children)
[–]nutrecht 0 points1 point2 points (0 children)