Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 377 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 377 Bytes

Product Finder Service

Product finder service gives product market price in Turkey, brand, attributes and product model with Google VertexAI

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod