altontonn / Hospital-App

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— 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.

License:MIT License


Languages

Language:PHP 96.9%Language:Hack 2.6%Language:HTML 0.4%Language:CSS 0.1%