ctrlouis / WaxPacker

Tracabilty app for your wax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WaxPacker

Tracabilty app for your wax, from input to ouput.

Development

Init project

With make make init or :

  1. Copy env sample file cp ./client/.env.local.example ./client/.env.local
  2. Install npm packages cd client && npm install

Using Docker Compose

docker-compose file is here

docker compose up

Client available at http://localhost

PocketBase dashboard available at http://localhost:8080/_

Using Docker Compose + Traefik

docker-compose file is here

docker compose -f docker-compose-traefik.yml up

Client available at http://localhost

PocketBase dashboard available at http://localhost:8080/_

About

Tracabilty app for your wax


Languages

Language:Vue 82.8%Language:TypeScript 11.7%Language:CSS 2.5%Language:Makefile 1.6%Language:HTML 0.4%Language:JavaScript 0.4%Language:Dockerfile 0.3%Language:Sass 0.2%