Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

RJMurg/SIM-old

Repository files navigation

SIM v2.0.1

Caution

ALL VERSIONS OF SIM FOUND IN THIS REPOSITORY ARE DEPRECATED AND UNSAFE TO RUN. FOR THE REWRITE, LOOK HERE

SIM is a Shop Inventory Manager, a simple web tool to manage a shop's inventory. It is written in Svelte and uses a Postgres database. With SIM, you simply add the product to the inventory and when it is time to waste the product, it will be displayed.

Features

  • Simple Product management (add, edit, delete)
  • At-a-glance list of products to be wasted
  • Simple and clean UI
  • Lists of all products and all wasted products

Installation

  1. Clone the repository
    git clone https://github.com/RJMurg/SIM.git
  1. Install dependencies
    npm install
  1. Create a .env file in the root directory and add the following:
    DATABASE_URL=postgres://<username>:<password>@<host>:<port>/<database>
  1. Run the app
    npm run dev

About

A Shop Inventory Managment system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •