A lightweight Flask web application to manage store inventory with CRUD (Create, Read, Update, Delete) functionality.
Built with Flask and SQLite for lightweight database management.
- Add new inventory items with details such as item name, supplier, prices, and shipping costs
- View all stored items in a clean list
- Update existing item information easily
- Delete items when no longer needed
- Uses Flask-SQLAlchemy for ORM and SQLite as the database backend
- Python 3.x installed
pippackage manager
package.json— Defines project metadata and JavaScript dependencies (currently empty, but prepared for future frontend packages or tooling)static/— Contains static files such as CSS, images, or JavaScript used by the app's frontend
-
Clone the repository:
git clone https://github.com/yourusername/InventoryTrack.git cd InventoryTrack
