Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/project-openubl/ublhub

Facturacion electronica Peru - Crea y envía XMLs a la SUNAT
https://github.com/project-openubl/ublhub

invoice java openubl peru quarkus sunar ubl xml

Last synced: about 5 hours ago
JSON representation

Facturacion electronica Peru - Crea y envía XMLs a la SUNAT

Awesome Lists containing this project

README

        

## dev-env

Starting:

```shell
docker-compose -f openubl/deploy/compose/compose.yaml up
```

```shell
RUST_LOG=info cargo watch -x 'run -p openubl-cli -- server --db-user user --db-password password --oidc-auth-server-url http://localhost:9001/realms/openubl minio --storage-minio-host http://localhost:9002 --storage-minio-access-key admin --storage-minio-secret-key password'
```