$ npm install
- Set MongoDBAtlas URI on .env
- Set Pipedrive API KEY on .env
- Set Bling API KEY on .env
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
- 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
To access the Swagger, type: localhost:3000/api