Project developed for an internship challenge in Data Engineering.
The following command should be used in the root directory and also in the "client" directory:
npm install
To run the webscraping module, the following command should be used in the "webscraping" directory:
node crawler.js
To run the client and server module, the following command should be used in the root directory:
npm run dev
Author: Fernando Amaral Musso