https://github.com/sanzharanarbay/golang_excel_example
Example of uploading , reading and writing of the data of the excel file
https://github.com/sanzharanarbay/golang_excel_example
docker docker-compose excel excelize filesystem go golang mongo-db mongodb upload-file
Last synced: 5 months ago
JSON representation
Example of uploading , reading and writing of the data of the excel file
- Host: GitHub
- URL: https://github.com/sanzharanarbay/golang_excel_example
- Owner: sanzharanarbay
- License: mit
- Created: 2022-11-12T09:32:59.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T09:38:55.000Z (over 3 years ago)
- Last Synced: 2025-10-08T13:44:32.607Z (9 months ago)
- Topics: docker, docker-compose, excel, excelize, filesystem, go, golang, mongo-db, mongodb, upload-file
- Language: Go
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadME.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Golang excel Example
## How to run project
- docker-compose build --no-cache
- docker-compose up -d
- docker-compose ps
- docker-compose logs -f {service-name}
- send POST request to API' , http://127.0.0.1:8080/api/v1/files/upload , for upload excel file (.xlsx, .xlx formats)
- docker-compose down (remove and stop containers)
____
## Project Details
- visit http://localhost:9000/ (Portainer) , docker containers GUI
- visit http://localhost:8081/ (Mongo-Express), MongoDB GUI
- open golang container logs, see the logs during the run of the application