Gabble is a chatting app built in react native & Nodejs
1: Nodejs be installed2: MongoDb compass should be installed
3: Android studio should be installed with a emulator and all paths should be set up
1: Open terminal
2: cd into the project
3: run npm install
4: run npm start
5: run npx react-native run-android
if you are using your emulator than go into url.js file and socketService.js file and change API_BASE_URL to http://10.0.2.2:3000 else if you are using a real device than use API_BASE_URL to http://your-id-addresss-here:3000