Skip to content

Faareh-Ahmed/Hospital-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital Management System

Welcome to the Hospital Management System (HMS) application! This system is designed to streamline and simplify hospital operations, from patient registration to appointment scheduling and more.

Technologies Used

  • Frontend: React.js
  • Backend: Express.js
  • Database: MySQL

Getting Started

To run the app on your local machine, follow these steps:

Frontend

  1. Navigate to the client folder in your terminal:
    cd client
  2. Install the required dependencies
    npm install
  3. Start the frontend development server
    npm start

This will launch the React.js app. You can access it in your web browser at http://localhost:3000.

Backend

  1. Navigate to the server folder in your terminal:
    cd client
  2. Install the required dependencies
    npm install
  3. Start the backend development server
    npm start

The Express.js server will be running on http://localhost:5000.

Database

In the database folder, you will find the necessary database files.

Import these database files into your MySQL Workbench or any MySQL database management tool to set up the required database schema.

Now, your Hospital Management System app is ready to use!

Features

  • Patient Registration: Register new patients with their details.
  • Appointment Scheduling: Schedule and manage patient appointments.
  • Medical Records: Maintain patient medical records and history.

Contributions

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

This is 3rd Semester Project of Database Systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages