This project is a real-time tracking web application that displays the location of various devices on a map. It uses Node.js and Express for the backend, and Leaflet for the front-end map visualization.
- Real-time updates of device locations on the map.
- The backend server subscribes to updates and pushes them to connected clients using Server-Sent Events (SSE).
- Frontend map visualization using Leaflet, centered on Pocitos, Uruguay.
- Node.js installed on your machine.
- An AWS account and the AWS SDK configured for access.
-
Clone the repository to your local machine.
-
Navigate to the project directory and install the dependencies:
npm install