Hospital Information Management System create using Node Js
Hospital Information Management System - Supports most of the standard HIMS functionalities:
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
The templates have been obtained from different sources. I do not own any rights on them.