Skip to content

Web application for generating barcodes for DLT and LTO tapes

License

Notifications You must be signed in to change notification settings

markusberg/barcode

Repository files navigation

Barcode

Web application for generating barcodes for DLT and LTO tapes.

The backend is Node.JS, Express.JS and TypeScript

The frontend is Angular.

Docker/Podman

The easiest way to try this out is to use a container with Docker or Podman. Download the code, and build an image

$ docker build --tag=barcode .

or if you have Node.JS installed there's a script:

$ npm run build:docker

Next, create a .env file. If empty, the generator defaults to serving from the root of port 3110. Have a look at .env.template to see what variables are available.

You can now load the image in a container by running:

$ docker-compose up

About

Web application for generating barcodes for DLT and LTO tapes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published