Plan your tourist trips, maximize value, minimize hassle, with ease.
Setting up front-end:
-
Download Node (needed for its node package manager - npm)
-
Ensure npm installed by running
npm -v
-
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:
-
Ensure pip and python are installed.
-
Run
pip install Flask
-
Run
pip install requests
Running the app:
-
python traveling-tourist.py
-
Go to your localhost and go wild