Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 433 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 433 Bytes

Running the project

SETUP

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

Use of API

The API can be accessed through localhost:4000/fetch-product-data?url=[link to shop]
It will return a json object

Use of client

Browse to localhost:4000
Fill in the shop url in the input field
Submit the data