In this project, a web app has been developed that runs in your own locale, which searches through the database when the data obtained by scraping the data is stored in the database and the search is made.
Let's install Python-3
$ sudo apt update
$ sudo add-apt-repository ppa:deadsnakes/ppa $ sudo apt install python3.9Then install pip using python3
$ sudo apt update
$ sudo apt install python3-pip
Clone the project
$ git clone https://github.com/berkay-c/data-scraping-and-web-app.gitGo to the project directory
$ cd data-scraping-and-web-appInstall virtualenv and create venv
$ sudo pip3 install virtualenv
$ virturalenv venv
Activate venv
$ source venv/bin/activateInstall requirements.txt
$ cd data-scraping-and-web-app
$ pip install -r requirements.txtRun App.py
$ streamlit run App.py








