rieza-ix / java-appointment-system

Simple appointment system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📁Appointment System

📝 A simple appointment system designed to streamline the process of scheduling and managing appointments allows users to easily book appointments with businesses, professionals, or service providers. Users can choose their preferred date and time slots, and businesses/admins can choose to either approve or cancel the appointment. This efficient system enhances communication, reduces scheduling conflicts, and provides a convenient way for customers and businesses to keep track of their appointments, ensuring a smooth and organized appointment booking experience.

💻 Technologies

📖 Manual

  • Set-up XAMPP

  • Install the project.

    or

    • Download the zip file.
    • Unzip the project file at your desired location.
  • Set-up database

    • In your http://localhost/phpmyadmin/, create a new database and name it 'appointment_system'
    • Select the 'appointment_system'
    • Click 'Import' in the tabs.
    • Click the 'Choose File' button.
    • Then select the file from the project folder located in src > Database > appointment_system.sql.
  • Run the project.

    • Open the XAMPP Control Panel.
    • Start Apache and MySQL. Navigate to the 'App.java' file inside the 'src' folder and run the code.

About

Simple appointment system.


Languages

Language:Java 100.0%