Skip to content

TheKingOo/dentist-website-with-PHP-Laravel

Repository files navigation

Dentist Cabinet Website

Overview

This is a Dentist Website using Laravel and MySQL . The website is designed to showcase the services offered by the dentist cabinet, provide information about the cabinet, and allow users to book appointments.

Features

  • Patient Access: Patients can explore services, view the list of doctors, book appointments, and contact the dentist or staff.

  • Service Showcase: Display all the services offered by the dentist cabinet.

  • Doctor Information Page: A dedicated page displaying detailed information about the doctor in the cabinet, including contact information.

  • Appointment Booking: Allow patients to schedule appointments online.

  • User-friendly Interface: The website is designed to be intuitive and easy to navigate for patients.

Technologies Used

  • Frontend:

    • HTML
    • CSS
    • JavaScript
  • Backend:

    • Laravel (MVC)
  • Database:

    • MySQL

Installation

  1. Clone the repository:

    git clone https://github.com/TheKingOo/dentiste-website-with-PHP-Laravel.git
    
  2. Install dependencies:

    composer install
    
  3. Install dependencies:

    composer install
    
  4. Create a copy of the .env.example file and rename it to .env. Update the database configuration in the .env file.

  5. Generate an application key:

     php artisan key:generate
    
  6. Run migrations to create the necessary database tables:

     php artisan migrate
    
  7. Start the development server:

     php artisan serve
    

The application will be accessible at http://localhost:8000.

Screenshots of the Project

HomePage :

Screenshot from 2023-11-09 19-58-52

AboutPage :

Screenshot from 2023-11-09 19-59-02

OurServicesPage:

Screenshot from 2023-11-09 19-59-11

DoctorPage :

Screenshot from 2023-11-09 19-59-20

RendezVousPage :

Screenshot from 2023-11-09 19-59-36

Feel free to adapt this template further based on any additional functionalities or specifics of your project.