📦 Simple Inventory Management System
A lightweight, full-stack inventory management application built with a FastAPI backend and a frontend using HTML, CSS, and JavaScript (with component-style structure). Designed to demonstrate clean API design, SQL integration, and a simple dashboard interface for tracking products.
🚀 Features
🗂 Product Inventory Dashboard — view all items in a clean UI
➕ Add / Update / Delete Products — full CRUD operations
⚡ FastAPI Backend — high-performance API endpoints
🗄 SQLAlchemy ORM — clean database model definitions
🎨 Modular Frontend — organized HTML/CSS/JS with reusable components
🧱 Tech Stack
Backend
FastAPI
SQLAlchemy
Uvicorn
Frontend
HTML
CSS
JavaScript
Database
PostgreSQL