Open hackthetunnelsbot[bot] opened 1 year ago
Create a web scraper for a site of your choosing (ex: an amazon product page, a product page from the carleton book store, etc) that scrapes and stores the information pertaining to a product within the service's database.
Add a new scraper folder within the service/src/infrastructure folder that contains any code you write relating to web scraping.
scraper
service/src/infrastructure
Your scraper should use the createProduct function on service/src/services/Product.ts to save the product to the database.
createProduct
service/src/services/Product.ts
Participant has created a web scraper for a site of there choosing that can scrape and add the scraped product data into the database.
Description:
Create a web scraper for a site of your choosing (ex: an amazon product page, a product page from the carleton book store, etc) that scrapes and stores the information pertaining to a product within the service's database.
Add a new
scraper
folder within theservice/src/infrastructure
folder that contains any code you write relating to web scraping.Your scraper should use the
createProduct
function onservice/src/services/Product.ts
to save the product to the database.Acceptance Criteria:
Participant has created a web scraper for a site of there choosing that can scrape and add the scraped product data into the database.