Steps to Run code: 1.Install flask 2.Keep the code in the flask project folder 3.create static folder inside the project folder 4.run the flask app created using cmd line 5.When user uploads the file, it is stored in static folder 6.The javascript then used this data in static folder and creates a folium map with markers. 7.The map is then stored in the name 'Italy.html' for now , later can get this name as input from user. 8.Once italy.html is created the javascript pulls this file to the front end.
FOLDERS: static-> storage for IO operations templates->Default folder to pull htmls or images extras-> test codes and references