stratum0 / s0inv

Inventory System for general purposes

Repository from Github https://github.comstratum0/s0invRepository from Github https://github.comstratum0/s0inv

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

Installation

To install the project, run:

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

Running the application

To run the project, run:

./run.sh

You can now visit http://127.0.0.1:5000/.

About

Inventory System for general purposes

License:GNU General Public License v3.0


Languages

Language:Python 90.7%Language:HTML 8.1%Language:Shell 1.2%