Skip to content

Releases: prasangeet/Pathfinding-DSA-project

Final project

16 Apr 19:29
ba3567c

Choose a tag to compare

This initial release introduces the foundational features of the pathfinding system:
🗺️ Interactive Map using MapLibre GL JS with OpenStreetMap tiles.
📍 Clickable Start and End Points for selecting source and destination.
🔄 Dijkstra's Algorithm Integration for efficient pathfinding.
🛠️ Backend with Django + PostgreSQL to store and query map data (nodes and edges).
📡 Basic API Setup to fetch shortest paths and render them on the map.
✅ Lays the groundwork for advanced features like real-time updates, transit modes, and user-specific routes.