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
Click here for the API Live URL: https://diagnostic-center-api.vercel.app/
- Node js
- Express JS
- MongoDB
- JWT
- Nodemailer
- Stripe
- 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 Database User, Database Password, Access Token, Stripe Secret key for Payment, App ke and App email for Nodemailer Email Send.
//comment following commands
DB_USER;
DB_PASS;
ACCESS_TOKEN;
STRIPE_SECRET_KEY;
APP_KEY;
APP_EMAIL;
- Run This Project following on this command
//comment following commands
nodemon index.js
//comment following commands
npm start