Skip to content

Design and Implementation of a Salon Booking System: Backend (PHP, MySQL); Frontend (HTML, JavaScript, CSS, and Bootstrap)

Notifications You must be signed in to change notification settings

attajunyah/Salon_Booking_System

Repository files navigation

Salon Booking System

Salon Booking System is a full stack web development project using vanilla Javascript and PHP. The system gives customers the opportunity to book a slot for salon appointment. Admin (Owner) can check comments made on the page for feedback and suggestions; check log; and verify booked appointments. There is also a live chat system embeded for communication between customers and owner.

alt text

alt text

alt text

alt text

alt text

alt text

Tech/Framework Used

  • PHP
  • JavaScript
  • HTML
  • CSS
  • Bootstrap

Features

  • Register
  • Login (Admin/Customers)
  • Logout
  • Salon Booking
  • Salon Services
  • Salon Products
  • Comments and Replies
  • Live Chat

Install requirements:

Installing on a local machine

This project requires xampp/wamp or any server.

Clone the project

git clone https://github.com/attajunyah/Salon_Booking_System.git

Move the folder (Salon_Booking_System) to htdocs

Mac : /Applications/XAMPP/xamppfiles/htdocs

Windows : C:\xampp\htdocs

Turn on MySQL Database and Apache Web Server

Go to your XAMPP software, Press "Manage Servers" from the menu tab and then start MySQL Database and Apache Web Server.

Open your browser

localhost/Salon_Booking_System

Fix database error

  • Open the Salon_Booking_System folder in your preferred Code Editor.
  • Open "db.php" and change the password to your password. Leave it as it is if you did not set any password for your XAMPP software.

Import Database into your phpmyadmin

  • Open localhost/phpmyadmin/
  • Create a new database
  • Call it "salonspa"
  • Click on "salonspa" and then select "import" from the menu on the right panel
  • Choose File to Import ("salonspa.sql") from the Salon_Booking_System folder
  • Scroll down and press "Import"

Now website is ready to be launched.

localhost/Salon_Booking_System

About

Design and Implementation of a Salon Booking System: Backend (PHP, MySQL); Frontend (HTML, JavaScript, CSS, and Bootstrap)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published