All Projects → dumbape → HIMS

dumbape / HIMS

Licence: other
Hospital Information Management System create using Node Js

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
TSQL
950 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to HIMS

Bootstrap3 Pug Former jade Node Express Grunt
Bootstrap 3 templated by Jade
Stars: ✭ 242 (+490.24%)
Mutual labels:  node-js, bootstrap3, express-js
MERN-BUS-APP
This is a MFRP (My first Real Project) assigned to me during my internship at Cognizant. Made with MERN Stack technology.
Stars: ✭ 92 (+124.39%)
Mutual labels:  node-js, passportjs, express-js
Lib4dev
Find awesome libraries and make your development fast.
Stars: ✭ 165 (+302.44%)
Mutual labels:  ejs, node-js, express-js
ExpressJS-SocketIO-Boilerplate
📦 Simple Express.js & Socket.io Boilerplate
Stars: ✭ 31 (-24.39%)
Mutual labels:  node-js, passportjs, express-js
node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (+24.39%)
Mutual labels:  node-js, passportjs, express-js
Node Production
Take Your Node.js Project to The Production Environment (VPS/Dedicated Server).
Stars: ✭ 35 (-14.63%)
Mutual labels:  node-js, express-js
Node Express Postgresql Server
Basic Node with Express + PostgreSQL Server
Stars: ✭ 74 (+80.49%)
Mutual labels:  node-js, express-js
Blueprint
solid framework for building APIs and backend services
Stars: ✭ 87 (+112.2%)
Mutual labels:  node-js, express-js
Nodefony Starter
Nodefony Starter Node.js Framework
Stars: ✭ 95 (+131.71%)
Mutual labels:  node-js, passportjs
Expressjs K8s
Express.js microservice with a Dockerfile, Kubernetes YAMLs and a non-root user
Stars: ✭ 148 (+260.98%)
Mutual labels:  node-js, express-js
Focus Budget Manager
Budget Manager application built with Vue.js, Node.js, Express.js and MongoDB
Stars: ✭ 189 (+360.98%)
Mutual labels:  node-js, express-js
Wechatbynode
Use the Node.js development WeChat(使用Node.js 开发微信公众号)【 博客地址:https://cnodejs.org/user/SilenceHVK 】
Stars: ✭ 642 (+1465.85%)
Mutual labels:  node-js, express-js
Serverless Express
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB.
Stars: ✭ 4,265 (+10302.44%)
Mutual labels:  node-js, express-js
Tinyhttp
🦄 0-legacy, tiny & fast web framework as a replacement of Express
Stars: ✭ 1,259 (+2970.73%)
Mutual labels:  node-js, express-js
Practicalnode
Practical Node.js, 1st and 2nd Editions [Apress] 📓
Stars: ✭ 3,694 (+8909.76%)
Mutual labels:  node-js, express-js
roboserver
Control OpenComputers robots without writing any code!
Stars: ✭ 52 (+26.83%)
Mutual labels:  node-js, express-js
Pepaverse
Pepaverse is an open source social network build with nodejs, mongoDB, passportjs and socket.io
Stars: ✭ 16 (-60.98%)
Mutual labels:  ejs, passportjs
mini-express-boilerplate
A minimal Express boilerplate with passport user authentication, mongoose and some security setup configured
Stars: ✭ 15 (-63.41%)
Mutual labels:  ejs, passportjs
delet
[DEPRECATED - see README.md] a Discord bot made using Discord.js
Stars: ✭ 46 (+12.2%)
Mutual labels:  ejs, node-js
node-rest-api-scaffold
This project is an initial NodeJS Rest API scaffold for developers
Stars: ✭ 24 (-41.46%)
Mutual labels:  node-js, express-js

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 scr2 scr3 scr4 scr5 scr6 scr7 scr8

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].