Skip to content

This is a booking app for hospital staff members to create appointments for patients to book an appointemnt for a specific day.

License

Notifications You must be signed in to change notification settings

altontonn/Hospital-App

Repository files navigation

📗 Table of Contents

📖 [Hospital Booking App]

[Hospital Booking App] is a booking app for hospital staff members to create appointments for patients to book an appointemnt for a specific day.

🛠 Built With

Tech Stack

  • PHP
  • XAMPP
  • CSS
  • BOOTSTRAP
  • MYSQL

Key Features

  • [Admins] - can edit and delete records for hospital staff members and patients.
  • [Staff Members] - can create booking appointments
  • [Patients] - can create book appointments

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • XAMPP (version X.X.X or higher) - Download
  • PHP (version X.X.X or higher) - Download
  • MySQL (version X.X.X or higher) - Download

Installation

  • Clone or download the project repository.
  • Place the project files in the appropriate XAMPP web server directory (e.g., htdocs).
  • Launch XAMPP and start the Apache and MySQL services.

Setup

  • Open your web browser and navigate to http://localhost/phpmyadmin.
  • Log in to phpMyAdmin using your MySQL credentials.
  • Create a new database for your project.
  • Import the database schema and initial data from the provided SQL file (database.sql).
  • Update the database connection details in the PHP files if necessary (config.php, db.php, etc.).

Usage

Use the connect.php file to establish a connection to the database. Example:

  <?php
    mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT);
    $con = mysqli_connect('localhost', 'root', '', 'home_based_care');
  ?>

(back to top)

👥 Author

👤 Author

(back to top)

🔭 Future Features

  • Work on booking appointment for patients
  • Work on Hospital root Landing page

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a ⭐️ if you like this project and how I managed to build it!

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This is a booking app for hospital staff members to create appointments for patients to book an appointemnt for a specific day.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages