Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ks-amit/hims
Hospital Information Management System create using Node Js
https://github.com/ks-amit/hims
bootstrap bootstrap3 bycrypt css database ejs express-js hospital-information-management hospital-management html html-css information-management-system information-manager javascript mysql mysql-database node-js nodejs passportjs
Last synced: 2 months ago
JSON representation
Hospital Information Management System create using Node Js
- Host: GitHub
- URL: https://github.com/ks-amit/hims
- Owner: ks-amit
- License: other
- Created: 2018-05-07T17:38:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:41:44.000Z (about 2 years ago)
- Last Synced: 2024-11-12T16:02:41.174Z (2 months ago)
- Topics: bootstrap, bootstrap3, bycrypt, css, database, ejs, express-js, hospital-information-management, hospital-management, html, html-css, information-management-system, information-manager, javascript, mysql, mysql-database, node-js, nodejs, passportjs
- Language: CSS
- Size: 21.3 MB
- Stars: 61
- Watchers: 4
- Forks: 25
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# HIMS
Hospital Information Management System - Supports most of the standard HIMS functionalities:
* Staff Management
* Appointment Management
* Complaint Portal
* Staff Dashboard
* Staff Recruitment
* Hardware Management
* Report Management and Bills
* Mailing Service
* Emergency Patient
* Room Management# KEY POINTS
* Back-End Technologies: Node Js + MySQL
* Front-End Technologies: HTML, CSS, BootStrap, JavaScript, EJS
* Authentication provided using passport-js
* Password Hashed using bcrypt-js
* Mailing Service provided using nodemailer# SCREENSHOTS
![scr1](https://github.com/dumbape/HIMS/blob/master/home.png?raw=true)
![scr2](https://github.com/dumbape/HIMS/blob/master/complain.png?raw=true)
![scr3](https://github.com/dumbape/HIMS/blob/master/login.png?raw=true)
![scr4](https://github.com/dumbape/HIMS/blob/master/Dashboard.png?raw=true)
![scr5](https://github.com/dumbape/HIMS/blob/master/settings.png?raw=true)
![scr6](https://github.com/dumbape/HIMS/blob/master/Emergency.png?raw=true)
![scr7](https://github.com/dumbape/HIMS/blob/master/admit.png?raw=true)
![scr8](https://github.com/dumbape/HIMS/blob/master/report.png?raw=true)# INSTALL
* git clone https://github.com/dumbape/HIMS.git
* `cd HIMS`
* Make sure to have Node Js installed in your system. [Optional - Install package nodemon to waatch as you develop]
* Run `npm install`
* Make sure to have all dependencies in your local folder, or installed globally in your system
* Import the file `database.sql` in your mySQL.
* `db_controller` controls the database operations. Specify your database details there (modify the configuration section at the start of the file).
* RUN `node main.js`* Open `http://localhost:3000/home` in any browser
# CREDITS
The templates have been obtained from different sources. I do not own any rights on them.
* LANDING PAGE - Infinity - https://www.styleshout.com/free-templates/infinity/
* DASHBOARD - SB-Admin - https://startbootstrap.com/template-overviews/sb-admin/