This project was originally built to help manage the inventory of a construction materials supplier but it is entirely possible, with some tweaking, to use it for any kind of inventory management hence its got all the requirements one might need for any inventory that needs managing.
- jQuery
- Bootstrap 4
- flask
- wkhtmltopdf
- pdfkit
NOTE: If you don't have git, just download the zip file. (skip this step)
$ git clone https://github.com/Minter27/Managment-System.git
$ cd Managment-System
- Install
wkhtmltopdf
from their website accordingly. - Please use
pip
.
$ pip install flask pdfkit
$ pip3 install flask pdfkit
$ set FLASK_APP=app.py
$ export FLASK_APP=app.py
$ flask run