Skip to content

nievyx/FlaskInventoryApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Inventory App

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.

Demo GIF

Features

  • 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

Getting Started

Prerequisites

  • Python 3.x installed
  • pip package manager

Additional files

  • 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

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/InventoryTrack.git
    cd InventoryTrack

About

A simple Flask web app to manage store inventory with CRUD features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published