Hospital-Management-System
Hospital-Management-System copied to clipboard
Hospital Patient Management System Project - DBMS project (5th Semester, IT553)
Hospital Patient Management System
A web based Hospital Patient Record Management System project.
Hospital Patient Management System - Supports most of the standard HIMS functionalities:
- Doctor Assign
- Patient Appointment
- Doctor Prescription
- Billing
- Patient Login
- Doctor Login
- Employee Login
- Administrator Login
Technology Stack
- Back-End Technologies: Node Js, Express Js, MySQL
- Front-End Technologies: React Js, BootStrap
- Authentication provided using JWT
Instruction
- Clone This Repo https://github.com/arijitiiest/Hospital-Management-System
- Configure your utils/db.js file accordingly
- run
$ npm install $ cd client $ npm install
- Open 2 terminals and run
$ npm start
$ cd client $ npm start
- Goto
localhost:3000