Skip to content

netanonima/swiss-bill-maker

Repository files navigation

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