A simple microservices broker application.
Microservices Broker GitHub Repository
- Clone the repository:
git clone git@github.com:ispapp/Microservices-Broker.git- Install the dependencies:
cd Microservices-Broker
go mod tidy- Run the application:
go run main.go serve --port <your_port>--input, -i: Input db folder (default: broker.db)--port, -p: Port to serve on (default: 9000)