ochamodev / compara_precios_api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 100.0%