A modern dental lab management system built with React, TypeScript, and Tailwind CSS.
- Node.js 18 or higher
- npm or pnpm
- Clone the repository:
git clone https://github.com/yourusername/dental-connect.git
cd dental-connect
- Install dependencies:
npm install
- Create a
.env
file in the root directory:
VITE_STRIPE_PUBLIC_KEY=your_stripe_public_key
VITE_STRIPE_SECRET_KEY=your_stripe_secret_key
Start the development server:
npm run dev
Build the project:
npm run build
Run tests:
npm run test
- Digital impression management
- Cost estimation and HKP generation
- Lab order management
- Secure file transfer
- Payment processing with Stripe
- VDDS integration for practice management systems
- React 18
- TypeScript
- Vite
- Tailwind CSS
- shadcn/ui
- Tanstack Query
- Zustand
- i18next
- Stripe
- Chart.js
- Socket.io