Skip to content

RiderExMachina/SIMple

Repository files navigation

SIMple (Simple Inventory Management)

"A Simple Inventory Manager powered by Flask"

Quick Start Guide

These commands will get you started.

$ git clone https://github.com/SIMple-Inventory-Manager/SIMple.git
$ cd SIMple
$ python3 -m venv venv
$ source ./venv/bin/activate
$ pip install -U pip -e .
$ flask --app inventory.app run --debug

For more information, check out the Installation Guide.

Using SIMple

See Using Simple for a comprehensive breakdown and videos of use.

Developing or Deploying SIMple

There is a comprehensive table of information at Development & Production.

Future

See the Roadmap.