API REST service for communication with the drone fleet
go mod vendor
go build -o drone-dispatch-controller./drone-dispatch-controller --config=[/path/to/config/file]There is an example of a configuration file in the config folder
{
"log_level": 1,
"show_logs": true,
"listen_port": 9000
}docker build -t drone-dispatch-controller .docker run -p 8080:8080 drone-dispatch-controllerThe service uses an in-memory database