A CRUD application using python flask
Go to file
2025-02-12 22:39:59 +05:30
definitions Added "campare" field & comments to Attribute class def 2025-02-12 15:23:27 +05:30
functions Improved config validation 2025-02-12 22:39:59 +05:30
routes Moved process_csv module to new location 2025-02-12 15:33:45 +05:30
static Adjusted csv upload javascript to use the config 2025-02-10 14:22:22 +05:30
templates Moved export csv to a separate route 2025-02-11 13:17:57 +05:30
.gitignore Removed unwanted headers and styles from old proj 2025-02-05 15:29:14 +05:30
app.py Config validation before start 2025-02-12 15:59:36 +05:30
config.py More modularity 2025-02-12 00:15:53 +05:30
LICENSE Initial commit 2025-01-29 04:57:29 +00:00
README.md Initialize 2025-01-29 10:57:19 +05:30
requirements.txt Initialize 2025-01-29 10:57:19 +05:30

Flask CRUD application

Example app for inventory management, built using python flask. Forked from this project.

Preview of original app:
image