Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1021 Bytes

README.md

File metadata and controls

54 lines (38 loc) · 1021 Bytes

Lead Integration - Go

Portuguese version

A basic sample using Go 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 https://github.com/olxbr/crm-lead-integration.git
cd samples/go

Setting SECRET_KEY

  • Copy .env.example file and rename it to .env
  • Change SECRET_KEY value in .env file

Build

  • Local build execute:
make local/build
  • Docker build execute:
make docker/build

Running

  • Local run execute:
make local/run
  • Docker run execute:
make docker/run

Helpful commands

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