Skip to content

Fictional products warehouse management web app based on Python/MySQL

Notifications You must be signed in to change notification settings

fariastulioa/prod_warehouse_mgmt

Repository files navigation

prod_warehouse_mgmt

Fictional products warehouse management system based on Python/MySQL/Flask

Requires:

  • MySQL 8.xx or higher

  • Python

  • Python packages listed in /requirements.txt file

Usage:

The MySQL Database is created/populated by 1st running create_product_management_db.py, followed by populate_transactions.py
Once the Database is properly generated, the Web App for product management can be started by running mysql_mgmt.py
All of the Python files (.py) will initially prompt the user for username/password info as input via console. These credentials are the ones used for connecting to MySQL.

Screenshots:

Homepage:

Buying:

Selling:

Moving:

Browsing products:

Browsing transactions:

Browsing containers:

Browsing batches:

Gross revenue stats:

About:

About

Fictional products warehouse management web app based on Python/MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published