Git Product home page Git Product logo

kiruddu-hospital-ms's Introduction

Kiruddu Referral Hospital Management System

This is a Hospital Management System built using the MERN Stack (MongoDB, Express, React, Node.js). It is a web-based application for Kiruddu Referral Hospital that allows hospital staff to digitalize hospital operations and manage patient records, appointments, and billing information.

Features

  • User authentication and authorization
  • User management (Add, Update, Delete)
  • Patient management (Add, Update, Delete)
  • Doctor management (Add, Update, Delete)
  • Appointment scheduling
  • Billing and payment management
  • Dashboard with key performance indicators (KPIs) and analytics

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Samsonroyal/Kiruddu-Hospital-MS.git
    

    Or, if you downloaded the zipped folder, extract it to your desired location. and then open the project with your desired IDE(Integrated Development Environment); I prefer to use VsCode.

  2. Open two terminals concurrently.

  3. In the first terminal, navigate to the server folder:

    cd server
    

    Then install the dependencies:

    npm install
    

    Make sure to populate the .env file with the necessary values required for the server to run.

  4. In the second terminal, navigate to the client folder:

    cd client
    

    Then install the dependencies:

    npm install
    
  5. Again, make sure to populate the .env file in the client folder with the necessary values required for the client to run.

  6. After installing the dependencies in both terminals, start the server and client:

    In the server terminal:

    npm start
    

    In the client terminal:

    npm start
    

    This will start the server and client concurrently.

  7. Once the server and client are running, you can access the application at http://localhost:3000 in your web browser.

Deployment

The project is deployed on Vercel. When deploying the project, ensure that the necessary environment variables are configured in the Vercel dashboard.

Link to Deployment: https://kiruddu-hospital-ms.vercel.app/

Screenshots

A brief sneakshot of the Doctor Dashboard alt text

kiruddu-hospital-ms's People

Contributors

samsonroyal avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.