/HMS

Hospital Management System

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

HMS

Hospital management system


  1. Name: Ankit Kumar (185086)
  2. Name: Raushan Kumar(185076)

Course: CSD-327 Software Engineering LAB
Date: May 6th, 2021
Submitted to: Dr. Dharmendra Prasad Mahto

Features

  • Authorization and Authentication
  • Doctors and patients have to register themselves into system.
  • Patient details is accessible by authorized doctor.
  • Patient can create appointment by login into system using unique email and password.
  • Doctor can see patient list under his observation and also can submit description.
  • Patient can download their medical report in pdf format file by login into system.

Prerequisites

MongoDb, nodejs.

How To run

Install all required dependencies using "npm i".
Activate database.
cd server.
"npm run dev" to run server.
cd client.
"npm start" to run client.