susiexia / Mission-to-Mars

Web scraping to extract live data about the Mission to Mars. Storing and updating it in MongoDB, and then rendering the data in a web application created with Flask.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mission-to-Mars

Process outline

  1. Automate web scraping to extract data about the Mission to Mars: scraping.py

    • Latest News

    • HTML table about Mars facts

    • Featured image

    • Four Mars Hemisphere photos

  2. Storing various type of data in MongoDB operated by CLI

  3. Rendering the data in a web application created with Flask: app.py

  4. Display webpages with Bootstrap HTML, CSS framework: template_1.HTML and template_2.HTML


Project Result

The Homepage of my web-application: HomePage_screenshot

About

Web scraping to extract live data about the Mission to Mars. Storing and updating it in MongoDB, and then rendering the data in a web application created with Flask.


Languages

Language:Python 44.5%Language:Jupyter Notebook 36.5%Language:HTML 19.1%