Skip to content

Diagnostic Center management api. This API Created using Node js Express and MongoDB also included Stripe for Payment

Notifications You must be signed in to change notification settings

hammadsadi/sheba-diagnostic-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

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.

Website Features

  • 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/

Usages Technologies

  • Node js
  • Express JS
  • MongoDB
  • JWT
  • Nodemailer
  • Stripe

Project Clone and Run Step

  1. At First Clone This Repo

  1. Open This Project on Your Favourite Code Editor and Run This Command on the Vs Code terminal
//comment following commands
npm install
  1. 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;
  1. Run This Project following on this command
//comment following commands
nodemon index.js
//comment following commands
npm start

About

Diagnostic Center management api. This API Created using Node js Express and MongoDB also included Stripe for Payment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published