/a-star-shortest-path-with-google-maps-api

Implementation of path finding problem using A* algorithm.

Primary LanguageJavaScript

A* Shortest Path with Google Maps API

Requirements

  • Python 3.5
  • Flask 0.12

Installation

pip install flask
export FLASK_APP=hello.py

Running

cd /path/to/repo
cd backend
flask run