An interactive pathfinding visualization system that 🧭 demonstrates shortest-path algorithms through a web-based interface 🚀
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
Update CrossOrigin annotation in RouteController to allow all origins
f3b7b76View on GitHubUpdate CrossOrigin annotation in RouteController to specify allowed origin
b9e9252View on GitHubFix missing newline at end of file in CityGraphPathFinder component
27f52f3View on GitHubAdd .env file for pathOptimizer to configure VITE_API_KEY
6af98e4View on GitHubImplement multi-stage Dockerfile for pathOptimizer to optimize build process and reduce image size
1ca37ffView on GitHubUpdate pathOptimizer Dockerfile to correct jar file path and streamline working directory
3342c30View on GitHubRefactor Dockerfile structure by removing the old one and adding a new Dockerfile for pathOptimizer with updated paths and entry point
7ff8572View on GitHubUpdate Dockerfile to set working directory, rename jar file, and expose port 8080
b3d9a42View on GitHubAdd Dockerfile for backend deployment and enhance CityGraphPathFinder component for responsive design
e08c21cView on GitHubMerge branch 'main' of https://github.com/Shantanu675/OptiPath
9c37708View on GitHubAdd project configuration files and set packaging type to jar
a6c872eView on GitHub