Create a React Native APK with a Node JS backend deployed in Vercel and a MongoDB Cloud database.

Опубликовано: 24 Август 2026
на канале: Dhriti
368
8

This video is a continuation of the previous video where we created a express JS backend for a react native crud application and a mongoDb database. But in that video all the three systems were running in the same machine. In this video we will see how we can create a mongoDB cloud database. Then we will deploy the backend server in vercel and connect it with mongoDB. Then create an APK file for the react native application; install in an android device and make CRUD operations in the mongoDB cloud. In this way we will move all the three systems out of our local machine to different devices or locations but connected with each other.