A Go / Golang demo application to upload files using bytes and FormFile with Mongo implementation. With Helper handler and model structure design
Before running application make sure on your local go V1.12.* or above is availabel and mongoDB setup is running with default configuration.
Using postman or brower post method with the help of curl / javascript
To list out all the files with local directory, and id's along with pagination, per page only 5 records are supported for now