danbit / clothing-price-comparator-api

API to compare clothing prices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clothing-price-comparator-api

API to compare plus-size clothing prices

Prerequisites

Usage

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)

Run

docker-compose up

Endpoints

Method Url Description
GET /api/products?category=&page=&size= get 3 products, from 3 different stores, in descending order by price

About

API to compare clothing prices

License:Apache License 2.0


Languages

Language:JavaScript 95.1%Language:Dockerfile 2.8%Language:HTML 2.1%