This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Medistar Hospital Management system is designed to automate the management of hospital appointments, including the handling of patient records, medical billing, appointment scheduling, and other administrative tasks.
Medistar Hospital Management system is designed to automate the management of hospital appointments, including the handling of patient records, medical billing, appointment scheduling, and other administrative tasks.
Medistar Hospital Management System is a web application built using Nodejs,Expressjs,Mongoose,Redis and MongoDB. The system is designed to automate the management of hospital appointments, including the handling of patient records, medical billing, appointment scheduling, and other administrative tasks. The system allows users to create, read, update, and delete records of patients, doctors, and medical procedures. Patients can schedule appointments with doctors, and doctors can view their schedule and patient records. The system also includes a billing module that generates bills for medical procedures and tracks payments. ## Tech Stacks Used ## Features - Authentication - APIValidation - Responsive - Cross Platform - Signup/signin/Logout - Appointment Booking - Appointment Cancelation - Admin can perform all crud operations ## Run Locally ### Clone this Project ``` https://github.com/faraz412/cozy-passenger-4798.git ``` ### Install npm Packages ```javascript npm i --global ``` ### Go to Backend Folder ```javascript cd backend ``` ### Run Server ```javascript npx nodemon index.js ``` ### Runs the project in the development mode [http://localhost:8080](http://localhost:8080) ### Environment Variables Required `mongoURL` `key` `PORT` `Redis Cloud Password + Host + Port` `Nodemailer Password` ## NPM Packages ## API Endpoints #### Welcome ```javascript GET /api/ ``` #### Email Verification ```javascript POST /api/user/emailVerify ``` #### User Signup ```javascript POST /api/user/signup ``` #### User Signin ```javascript POST /api/user/signin ``` #### User Logout ```javascript POST /api/user/logout ``` ### `USERS DATA...` {"first_name":"harsh thakur", "last_name":"thakur", "email":"harsh@gmai
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...