A Google-based search engines You can try it on here : http://gooly.phamvietduc.com
Database
During my exposure to web programming, I noticed that most websites, especially electronic information sites, adhere to a common standard, in order to increase the number of vistors. When inspecting information from these pages, we see the presence of html "meta" tags. These tags will cover the general content of the website such as title, subject image, topic, etc. For example, when I inspect the homepage of Cnet and The Verge, we could see that there are some similarities in naming html tags such as "og:site_name", "og:description",,...
Inspecting data from Cnet HTML meta tag
Inspecting data from the Verge HTML meta tag
With that idea in mind, I started developing a tool that could recursively call in the meta tags and anchor tags of public websites, and collect the data into the database. The collected data is served to search engines.Python
React
HTML
CSS
JavaScript
MySQL
Git
Django
Docker