Compara Precios API

Description

API to compare prices of products from different stores.

Setup

  • Clone the repository
  • Install the dependencies
yarn install
  • Create a .env file in the root of the project with the following content:
cp .env.example .env
PORT=3000
  • Run the server
yarn dev