Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrbrunelli/rotina-sabium-portal-fatura

Busca faturas que foram "baixadas" no Sabium e muda o status para "faturado" no Portal Fatura.
https://github.com/mrbrunelli/rotina-sabium-portal-fatura

go golang shell-script

Last synced: 10 days ago
JSON representation

Busca faturas que foram "baixadas" no Sabium e muda o status para "faturado" no Portal Fatura.

Awesome Lists containing this project

README

        

## Rotina de integração Sabium - Portal Fatura
> Busca faturas que foram baixadas no Sabium e muda o status para **Faturado** no Portal Fatura.

### Como executar
> O projeto deve estar na Gopath
```sh
cd $GOPATH/src/github.com/mrbrunelli/rotina-portal-fatura
```
> Execute o script.
```shell
$ ./run.sh
```
> Dispare uma requisição **GET** na rota raiz **"/"** para iniciar a rotina.
```shell
$ curl http://localhost:3000/
```

### Variáveis de ambiente
- [x] DB_HOST
- [x] DB_NAME
- [x] DB_USER
- [x] DB_PASS
- [x] DB_PORT
- [x] DB_SSLMODE