Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 699 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 699 Bytes

HospitalManagementSystem

The purpose of this project is to have a hospital management system there.

You can record patient data, view, update and retrieve it.

Deployment commands

Create a new directory, navigate to that directory in a terminal and clone the GitHub repository

git clone https://github.com/jacksonkasi0/HospitalManagementSystem.git 

Change directory to the pattern directory:

cd HospitalManagementSystem 

From the command line, you should Enter:

npm install 
node app.js

Recouces