An app that records a person's movements across the map and saves the track on mongodb.
git clone https://github.com/blackphoenix42/Track-Person-App.git
-
First, navigate to
./Server
directory to start the server. -
Install the dependencies
npm install
-
Open
./.env.EXAMPLE
file in./Server
directory. -
Add env variables to it and remove the
.EXAMPLE
extension from the file. -
Run server using:
npm run dev
- Come back to root directory and install the dependencies
npm install
- Start the app
npm start
- Scan the QR Code to run the app in your phone using
expo
application.
- Take a look at the Existing Issues or create your own Issues!
- Check out CONTRIBUTING.md
blackphoenix42 👑 Admin |