Skip to content

[Interview Challenge] REST API made with Nest.JS for integrate deals on Pipedrive Service into orders on Bling Service

Notifications You must be signed in to change notification settings

Jorgersoares/deals-to-order-integration

Repository files navigation

Description

  • REST API with the purpose of integrating deals on Pipedrive into orders on Bling

Installation

$ npm install
  • Set MongoDBAtlas URI on .env
  • Set Pipedrive API KEY on .env
  • Set Bling API KEY on .env

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Using the app

  • Integration is performed automatically through a task scheduled at 6 pm but can also be performed manually by making a GET request at that endpoint /deals-order-integration
  • To obtain the import report, perform a GET request at that endpoint /orders-report
  • For more informations, read documentation section

Documentation

To access the Swagger, type: localhost:3000/api

Technology

About

[Interview Challenge] REST API made with Nest.JS for integrate deals on Pipedrive Service into orders on Bling Service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published