This is amazon storage (s3) integration using Client. Using golang gin Gonic and postgres setup documentation using GO.
Help me to improve this code more flexible and esy to use
API
GET
api/v1/listPOST
api/v1/upload
NEXT update ...
- Gin Gonic Framework
go get -u github.com/gin-gonic/gin
- Gorm
go get -u gorm.io/gorm
- PostgresSQL
go get -u gorm.io/driver/postgres
- AWS SDK
go get -u github.com/aws/aws-sdk-go
- Viper
go get -u github.com/spf13/viper
- Validator Go v10
go get -u github.com/go-playground/validator/v10
- Logrus
go get -u github.com/sirupsen/logrus