A CRUD application using python flask
Go to file
2025-01-29 15:35:36 +05:30
templates Set up db and fixed view page 2025-01-29 15:35:36 +05:30
.gitignore Initial commit 2025-01-29 04:57:29 +00:00
app.py Set up db and fixed view page 2025-01-29 15:35:36 +05:30
LICENSE Initial commit 2025-01-29 04:57:29 +00:00
models.py Set up db and fixed view page 2025-01-29 15:35:36 +05:30
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