A CRUD application using python flask
Go to file
2025-02-23 02:50:01 +05:30
definitions Adjusted to new class defs and config format 2025-02-23 00:28:10 +05:30
functions Started validation of submitted vals 2025-02-23 02:50:01 +05:30
routes Adjusted to new class defs and config format 2025-02-23 00:28:10 +05:30
static Updated edited_csv.js 2025-02-23 02:25:55 +05:30
templates Adjusted to new class defs and config format 2025-02-23 00:28:10 +05:30
.gitignore Removed unwanted headers and styles from old proj 2025-02-05 15:29:14 +05:30
app.py Moved SQL config to config file 2025-02-13 04:23:02 +05:30
config.py Continue refactoring Attribute classes 2025-02-19 16:08:10 +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