A REST API using NestJS to integrate Pipedrive and Bling platforms

Description

The application was built using NodeJS technology with NestJS. It presents a modularized architecture and makes use of designer patterns to solve some problems.

Requirements

$ MongoDB
$ NodeJS
$ Redis v3.0+

Installation

$ npm install

Running the app

$ npm run start

OBS: configure .env file variables

Test

# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov

API

Import "linkapi.postman_collection.json" file into Postman.

License

MIT