Online Medical Appointment Booking System for Omnes Education Community
Omnes Santé is an innovative web application designed to facilitate online medical appointment scheduling for the Omnes Education community. This platform allows clients to:
- View a comprehensive list of all Omnes Santé personnel.
- Select a preferred specialist.
- Access pertinent information such as the specialist's CV, contact details, weekly schedule, and availability for appointments.
- Receive confirmation upon booking an appointment.
Additionally, if a specialist is available online, clients can communicate via:
- Chat Room: Instant messaging.
- Videoconference: Audio and video communication.
- Email: Direct correspondence.
Note: Omnes Santé is exclusively available to members of the Omnes Education community.
- Specialist Directory: Browse and search through profiles of medical professionals.
- Appointment Scheduling: Real-time booking with immediate confirmation.
- Online Consultations: Options for chat, video calls, or email communications with specialists.
- User Authentication: Secure login system for both clients and specialists.
- Profile Management: Specialists can update their availability, contact information, and personal details.
The repository is organized as follows:
www/OmnesSante/: Contains the main web application files, including HTML, CSS, JavaScript, and PHP scripts.sql/: Includes SQL scripts for database creation and management.Projet piscine 2022 - Sujet 1 - Consultation médicale.pdf: Project subject detailing the objectives and specifications.
To set up the Omnes Santé project locally, follow these steps:
- Web Server: Apache or any compatible server.
- Database: MySQL or equivalent.
- PHP: Version 7.4 or higher.
- Clone the Repository:
git clone https://github.com/vdRobin/OmnesSante.git
- Set Up the Database:
Import the SQL script located in the
sql/directory to set up the necessary tables and data. - Configure the Web Server:
Ensure the server points to the
www/OmnesSante/directory. Verify that PHP is properly configured and running. - Launch the Application:
Access the application via
http://localhost/OmnesSante/in your web browser.
This project is licensed under the MIT License. See the LICENSE file for more details.