This project provides an API with Swagger documentation and an importer tool for processing files.
Make sure you have Go installed.
Download all dependencies using the following command:
go mod download
To Build api and importer using the following command:
go build importer/importer.go
go build api/main.go
To run api just use ./main and insert in our browser the url with docs/index.html to more information about api.
To use importer use ./importer/importer [file what you to want import] Example: ./importer/importer Reconfile\ fornecedores.xlsx