/s0inv

Inventory System for general purposes

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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