Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management System

A modern Flask + SQLite inventory app.

Setup & Run

# 1. Install dependencies
pip install -r requirements.txt

# 2. Run the app
python app.py

# 3. Open in browser
http://localhost:5000

Project structure

inventory/
├── app.py            ← Flask backend + all API routes
├── inventory.db      ← SQLite database (auto-created on first run)
├── requirements.txt
└── templates/
    └── index.html    ← Full frontend (HTML + CSS + JS)

API endpoints

Method Route Description
GET /api/items List/search items
POST /api/items Create item
PUT /api/items/ Update item
DELETE /api/items/ Delete item
GET /api/stats Dashboard stats
GET /api/export/csv Download CSV

About

Full-stack inventory management system built with Python Flask, SQLite and vanilla JavaScript

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages