/Tracker

An app that can track a location of the user. App based on react-native.

Primary LanguageJavaScript

tracker

Tracking app that tracks the user location based on React Native and backend Express with a database MongoDB. It have the features of user authentication, track user location and many more....


Install the package

Package installation for frontend:

cd tracks
npm install


Package installation for backend:

cd tracks-server
npm install


To run the the backend

npm run dev


To run the frontend

npm run start


To communicate with server run ngrok

First install ngrok: npm install -g ngrok

ngrok http 3000
-->Change the baseURL of /src/api/tracker.js(To create a tunnel ((resets every 8 hour))