File uploader on Fiber
- Install docker and docker compose
- Copy env file with
cp env_example .env
- Run minio instance with
docker compose up
- Upload file with command
curl -i -X POST -H "Content-Type: multipart/form-data" -F "fileUpload=@PATH_TO_FILE" http://localhost:5000/api/v1/upload
- Open
http://localhost:9001
in browser