Skip to content

Find the shortest path you can take to hit all the tourist attractions

Notifications You must be signed in to change notification settings

rosexu/shortest-path

Repository files navigation

Traveling Tourist

Plan your tourist trips, maximize value, minimize hassle, with ease.

Setting up front-end:

  1. Download Node (needed for its node package manager - npm)

  2. Ensure npm installed by running npm -v

  3. Run npm install in the repo root directory, which will install dev dependencies, and install/run bower which will download the client-side packages.

Setting up back-end:

  1. Ensure pip and python are installed.

  2. Run pip install Flask

  3. Run pip install requests

Running the app:

  1. python traveling-tourist.py

  2. Go to your localhost and go wild

About

Find the shortest path you can take to hit all the tourist attractions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors