# README
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