A web based Hospital Patient Record Management System project.
- Doctor Assign
- Patient Appointment
- Doctor Prescription
- Billing
- Patient Login
- Doctor Login
- Employee Login
- Administrator Login
- Back-End Technologies: Node Js, Express Js, MySQL
- Front-End Technologies: React Js, BootStrap
- Authentication provided using JWT
- 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