This is robust Diagnostic Center Management System, a full-stack web application that effectively manages appointments, patient records, test results, and administrative tasks for a diagnostic center.
- Test / Service Booking System
- User can apply promo code for Discount
- User can make payment using stripe. When A User Book a Test / Service and many More
Click here for the Live Site: https://diagnostic-management-312cf.web.app
- React Js
- Tailwind CSS
- Daisy UI
- TanStack Query
- Date Fns
- JsPdf
- React Hook Form
- Recharts
- Swiper
- Node js
- Express JS
- MongoDB
- Firebase
- At First Clone This Repo
- Open This Project on Your Favourite Code Editor and Run This Command on the Vs Code terminal
//comment following commands
npm install
- Setup env Variable Firebase Auth and Create Stripe Account and Setup Stripe Public Key
//comment following commands
VITE_IMAGE_API_KEY;
VITE_API_BASE_URL;
VITE_apiKey;
VITE_authDomain;
VITE_projectId;
VITE_storageBucket;
VITE_messagingSenderId;
VITE_appId;
VITE_STRIPE_PUBLIC_KEY;
Api Base URL : https://diagnostic-center-api.vercel.app/
- Run This Project following on this command
//comment following commands
npm run dev