SmithChart / s0inv

Inventory System for general purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a basic Inventory system based on Flask with Python3.

To install the project, run:

python3 -m venv env/
sudo apt-get install python3-dev
pip3 install -r requirements.txt
mkdir tmp

To run the project, run:

python3 main.py

About

Inventory System for general purposes

License:GNU General Public License v3.0


Languages

Language:Python 94.2%Language:HTML 5.8%