Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 325 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 325 Bytes

integration-connector-agent

Development Local

To develop the service locally you need:

  • Go 1.23+

To start the application locally

go run .

By default the service will run on port 8080, to change the port please set HTTP_PORT env variable

Testing

To test the application use:

make test