A simple REST API to upload and download files
POST /api/v1/files/
Upload a fileGET /api/v1/files/:name
Download a file with a name
You can follow my medium post Build your first REST API in Go language using Gin framework Go to find out more about this project.