A robust and scalable web scraping application built with **Ruby on Rails **.This project is designed to extract, process, and store data from target websites efficiently.
-
Clone the repository
git clone https://github.com/Null-logic-0/web_scraper.git cd web_scraper -
Install dependencies
bundle install
-
Setup the database
rails db:create rails db:migrate
-
Start the application
bin/dev