Categorygithub.com/mia-platform/integration-connector-agent
repositorypackage
0.1.0
Repository: https://github.com/mia-platform/integration-connector-agent.git
Documentation: pkg.go.dev

# 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