realtime-device-track

Real-Time Device Tracking Application

Table of Contents


Introduction

This repository contains the source code for a Real-Time Device Tracking Application, developed as part of an assignment. The application allows a logistics company to monitor the real-time locations of their delivery agents on an interactive map, enhancing operational efficiency and improving route optimization.

Features

Technologies Used

Setup Instructions

Prerequisites

Steps

  1. Clone the repository:
    git clone https://github.com/TheAyushB/realtime-device-track.git
    cd realtime-device-track
    
  2. Install dependencies:
     npm install
    
  3. Start the server:
      node app.js
    
  4. Access the application in your browser at http://localhost:3000.

Screenshots

    Live Tracking:

Live Tracking

    Coordinates Update Live:

coords update live

Future Improvements

Assignment Details

Refer to assignments.md for a detailed problem statement and instructions.

Summary

This application was developed as a part of an assignment to demonstrate real-time device tracking using geolocation and maps. It showcases essential features like dynamic marker updates, error handling, and an interactive map interface.

License

This project is licensed under the MIT License. See the LICENSE file for more details.