Skip to content

A super-fast yet simple inventory item search system

Notifications You must be signed in to change notification settings

hattajr/quickmart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickMart

A super-fast yet simple inventory item search engine built with FastAPI and HTMX.
Live Demo

Features

  • 🔍 Instant Search – Fast inventory search with minimal latency.
  • 📜 Search History Logging – Keeps track of previous searches for analytics or user convenience.

Tech Stack

  • Backend: FastAPI (Python) – High-performance async web framework
  • Frontend: HTMX – Enhances interactivity without full-page reloads
  • Database: SQLite / PostgreSQL (configurable) – Stores inventory and search history
  • Deployment: Hosted on Render

Installation & Setup

pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port <PORT>

Enviroment

DB_PATH = 
PRODUCTS_TABLE = 
MASTERDB_USER = 
MASTERDB_PASSWORD = 
MASTERDB_HOST = 
MASTERDB_PORT = 
MASTERDB_NAME = 

About

A super-fast yet simple inventory item search system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published