Skip to content

pvfm/enube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enube API and Importer

This project provides an API with Swagger documentation and an importer tool for processing files.

Prerequisites

Make sure you have Go installed.

Installation

Download all dependencies using the following command:

go mod download

Build

To Build api and importer using the following command:

go build importer/importer.go
go build api/main.go

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages