Project Overview
The challenge was to build a web application that scrapes various websites for data related to the Missions to Mars and display the information in a single HTML page/template.
Used MongoDB with Flask templating to create a new HTML page that displays all the informaiton that was scraped from the URLs above. Created a template HTML file called index.html that will take the Mars data dictionary and display all the data in the appropriate elements. Used the template provided as a guide but used bootstrap to style the index.html template.