simple API server to upload file designed with clean architecture
- Start external service, mongoDB and localstack
$ cd docker
$ docker-compose up -d
- Start API server
$ go run main.go
- POST data to API server
I used restcli for the test
$ cd http-request
$ java -jar your.path.to.restcli.jar asset.http