https://github.com/manuelbl/swissqrbilldemo
Demo app for Swiss QR Bill generation
https://github.com/manuelbl/swissqrbilldemo
Last synced: 8 months ago
JSON representation
Demo app for Swiss QR Bill generation
- Host: GitHub
- URL: https://github.com/manuelbl/swissqrbilldemo
- Owner: manuelbl
- License: mit
- Created: 2020-05-12T13:25:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T14:05:26.000Z (about 1 year ago)
- Last Synced: 2025-03-27T16:39:59.546Z (about 1 year ago)
- Language: TypeScript
- Size: 2.12 MB
- Stars: 18
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swiss QR Bill Demo App
This application serves as a demonstration of the Swiss QR Bill Generator library:
- [Java library](https://github.com/manuelbl/SwissQRBill)
- [.NET library](https://github.com/manuelbl/SwissQRBill.NET)
- [Wiki](https://github.com/manuelbl/SwissQRBill/wiki)
## Demo App
[Try the app](https://www.codecrete.net/qrbill)
## Components
The app consists of two components:
- [JSON REST service](service) (Java MicroProfile, Quarkus, RESTEasy)
- [React UI](ui) (React, MUI Material UI)