SIM (Short for Shop Inventory Manager) is a web app that provides at-a-glance information to floor staff on products that need to be removed from the shop floor and wasted. It is written in SvelteKit.
- Simple Product Managemnet (Add, Edit & Delete)
- List of Products to be removd that day
- Custom location definition
- Historical list of products
- Barcode scanning to add products
Prerequisites:
- Node.JS
- PostgreSQL
- Clone the repo
git clone https://github.com/RJMurg/SIM.git
- Install Dependencies
npm install
- Copy .env.example to .env and replace placeholders
cp .env.example .env
- Migrate the Database
npx prisma migrate dev
- Run the Database
npm run dev
TBF