Vitral Inventory Management System

Welcome to your dental practice inventory system.

API Endpoints

Try it out

curl http://localhost:3000/api/inventory/items
curl http://localhost:3000/api/inventory/locations
curl http://localhost:3000/api/inventory/reports?type=valuation

Setup Instructions

  1. Configure your .env.local with Supabase credentials
  2. Run database migrations in Supabase
  3. Run the legacy data migration script: npm run migrate
  4. Start development: npm run dev

For detailed documentation, see README.md, QUICK_REFERENCE.md, and SETUP_CHECKLIST.md