Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warehouse Inventory System

A simple two-part inventory application for managing stock across multiple warehouses.

Included

  • Express.js backend with PostgreSQL/Neon-friendly schema and CRUD routes
  • React + Vite frontend with Jotai state atoms and separate UI components
  • Inventory tracking with per-warehouse quantities, tags, low-stock alerts, and stock transfers

Setup

  1. Configure backend/.env with your Neon connection string.
  2. Install dependencies:
    • cd backend && npm install
    • cd ../frontend && npm install
  3. Start the backend and frontend:
    • cd backend && npm run dev
    • cd frontend && npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages