Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuelbl/swissqrbilldemo
Demo app for Swiss QR Bill generation
https://github.com/manuelbl/swissqrbilldemo
Last synced: about 4 hours 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T20:16:03.000Z (23 days ago)
- Last Synced: 2024-10-24T07:46:48.665Z (23 days ago)
- Language: TypeScript
- Size: 2.19 MB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
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)