blackphoenix42 / Track-Person-App

An app that records a person's movements across the map and saves the track on mongodb.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOGO

Track Person App

Join official Discord Server for discussion.

forthebadge forthebadge forthebadge

About

An app that records a person's movements across the map and saves the track on mongodb.

๐ŸŒฑ Quick Start

  • Star๐ŸŒŸ and Fork this repository

  • Clone this repository remotely.

git clone https://github.com/blackphoenix42/Track-Person-App.git

Setup

  • 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.

๐Ÿš€ How to Contribute to Project?

๐Ÿ‘พ Project Admin


blackphoenix42

๐Ÿ‘‘ Admin

About

An app that records a person's movements across the map and saves the track on mongodb.

License:MIT License


Languages

Language:JavaScript 100.0%