Upload API is a test project using Golang and GIN as Framework.
Download and install the required modules.
go get# Run app without Docker
go run main.go
# Build app with Docker
docker build -t upload-api .
# Run app with Docker
docker run -d -p 8080:8080 upload-api
You can test and learn more about the REST API with following this link