Skip to content

Latest commit

 

History

History
109 lines (77 loc) · 2.64 KB

README.md

File metadata and controls

109 lines (77 loc) · 2.64 KB
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