From the root of the project run the following commands in order:
npm install
cd .\client\
npm install
npm run build
cd ..
node .\server\index.js
The API can be accessed through localhost:4000/fetch-product-data?url=[link to shop]
It will return a json object
Browse to localhost:4000
Fill in the shop url in the input field
Submit the data