Scan 3D-printed products in order to keep track of the stock in a digital twin of the storage shelf.
This repository contains the code for showing the digital twin off the storage and do some basic manipulation like removing products or editing colors.
-
Run the following command to install the dependencies:
npm install
-
Copy .env.example to .env and fill in DSN (SHADOW_DSN is just needed in some migration cases not for normal operation)
-
Run
npx prisma migrate
to setup the database
-
either run
npm run dev
for development server or
npm run build node build
to start a production server