/simple-inventory

A simple inventory system I made for my parents basement.

Primary LanguageTypeScript

simple-inventory

This is a simple self-hosted inventory system.

⚠️ DO NOT EXPECT THIS SOFTWARE TO BE SAFE: There are SQL injections galore, this is meant for internal network usage only!

How to install and run

To install bun go look it up.

To install dependencies:

bun install

To run:

bun start

Backup

To backup the database, just copy inventory_database.db anywhere.