Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrbrunelli/rotina-sabium-portal-fatura
- Owner: mrbrunelli
- Created: 2021-02-11T00:37:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T23:20:42.000Z (almost 4 years ago)
- Last Synced: 2024-11-14T00:34:07.278Z (2 months ago)
- Topics: go, golang, shell-script
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - rotina-sabium-portal-fatura
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