Skip to content

rush1dan/vehicle-tracking

Repository files navigation

Mini Vehicle Tracking Dashboard

Picture

Multi Client Mobile View
Picture Picture

About

This is a full stack vehicle tracking/fleet management app with realtime communication and updates between multiple clients and the server. This app has been built with completely free map tools. It uses Leaflet.js as the map library with Open Street Maps for the map tiles and Nominatim api for Geocoding and Reverse Geocoding locations.

Dev

First, run the development servers for the server and client apps:

For the server app, cd into the server directory and:

node index.js

For the client app, cd into the client directory and:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Duplicate the browser tab to see realtime syncing between server and multiple client instances.

Demo

IMAGE ALT TEXT HERE

Built With

Front End:

Static Badge Static Badge Static Badge Static Badge Static Badge

Back End:

Static Badge Static Badge

Releases

No releases published

Packages

No packages published