Car parser website from the USA
Stack: Python (Requests, BeautifulSoup), Flask, ReactJS
Developed a web service for automated collection and display of data on car sales from the USA:
Parser in Python using Requests and BeautifulSoup for extracting data from external websites.
Backend on Flask: data processing, storage, API for the frontend, and management of parsing tasks.
Frontend on ReactJS: data display, filters, sorting, dynamic tables, and user interface.
Optimization of parsing speed and processing of large data sets.
Ensuring modularity and scalability of both the parser and the web application.
Developed a web service for automated collection and display of data on car sales from the USA:
Parser in Python using Requests and BeautifulSoup for extracting data from external websites.
Backend on Flask: data processing, storage, API for the frontend, and management of parsing tasks.
Frontend on ReactJS: data display, filters, sorting, dynamic tables, and user interface.
Optimization of parsing speed and processing of large data sets.
Ensuring modularity and scalability of both the parser and the web application.