REST API backend (Golang) for peacock to store files into a minIO-Bucket
Download and install Go. Version 1.16
or higher is required.
Download and install Docker. Make sure you have installed Docker Compose as well
Start required services mongo-db and minIO by using docker-compose:
docker-compose up -d
Let's start the backend service
go run main.go