Docker to be created and run with
· MYSQL database having a user table (DB inside the docker)
· FAST API to perform CRUD operation on above user table
· Web scraper to take data from https://www.bseindia.com/markets/equity/EQReports/bulk_deals.aspx
· store in MYSQL table daily
sudo docker compose build
sudo docker compose up
python {path to web_scrapping.py file}