A web app that helps you plan out your roadtrip
Made as a high school project in 2022-23. The point of the app is to have it plan out your trip by giving it only the start and end town, and the number of days.
To get it up and running:
- Install the required flask package using
pip install flask
- Run the app with
flask --app server run