Skip to content

ProximaD/Glow-and-Go

Repository files navigation

Glow-and-Go

Online Salon Booking System using PHP and MySQL.

Core Features

  1. User Registration & Login
  2. Booking System (Select service, date, and time)
  3. Admin Dashboard (Manage bookings & services)
  4. Service Listings (Haircuts, facials, etc.)
  5. Appointment Confirmation & Status

Tech Stack

  1. Frontend: HTML, CSS, JavaScript
  2. Backend: PHP, MySQL
  3. Database: MySQL (Tables for users, services, and bookings)

Database Setup

  1. users table (id, name, email, password)
  2. services table (id, name, price, duration)
  3. bookings table (id, user_id, service_id, date, time, status)

User Authentication

  1. Registration & login system with hashed passwords
  2. User session management

Booking Functionality

  1. Display available services
  2. Form to select service, date, and time
  3. Insert booking into the database

Admin Panel

  1. View & manage appointments
  2. Approve or cancel bookings
  3. Add/edit salon services

Email/SMS Notifications

  1. Send booking confirmation via email
  2. Notify users about appointment status

image

image

image

image

image

About

Online Salon Booking System using PHP and MySQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published