/qrcode-analytic

A webservice that takes in some analytics of how many people enter the website per day

Primary LanguageJustBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

qrcode-analytic

An analytics website powered by ntex

A commission for the upper secondary/highschool/gymnasium I attend.

How do I clone this?

git clone https://github.com/h4rldev/qrcode-analytic --recursive

How do I run this?

I added a Dockerfile and docker-compose for this, but you can just install it and run it directly

  • use just and run:
just install
  • then head to qrcode-analytic-bin/, give perms to execute, then do
./qrcode-analytic-bin
  • or
docker compose up --build -d

Licensed under BSD-3 Clause License