Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.05 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.05 KB

SwissBillMaker

Just a simple app to generate Swiss bills according to six-group requirements.

Usage

install dependencies

npm install

Launch the backend (no database required)

node backend.js

Launch the frontend

ng serve

Limitations

The app is not localized and only supports French for yet.

Technologies

  • Angular 11
  • Node.js
  • Express.js
  • Angular Material
  • puppeteer
  • qrcode-svg
  • i18n-iso-countries

Sources