Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 980 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 980 Bytes

Lead Integration - NodeJS

Portuguese version

A basic sample using nodejs to show how to receive leads from zap+.

Please, check out our docs for more information.

Technology and Resources

How to Install

Cloning

git clone <github_repo>
cd sample/python

Building

  • Rename env.template to .env
  • Define the SECRET_KEY value in this file
make docker/build

How to Run

Using docker

make docker/run

Locally

make local/install
make local/run

Helpful commands

Please, check all available commands in the Makefile for more information.