API to compare plus-size clothing prices
- Node.js - Download & Install Node.js and the npm package manager.
- Docker - Download & Install Docker
Clone the repository then:
npm install
-
npm start
(start the server) -
npm build
(build the code) -
npm run watch:server
(start the server and automatic build the code) -
npm run watch:build
(automatic build the code)
docker-compose up
Method | Url | Description |
---|---|---|
GET | /api/products?category=&page=&size= | get 3 products, from 3 different stores, in descending order by price |