An open API service indexing awesome lists of open source software.

https://github.com/proximad/glow-and-go

Online Salon Booking System using PHP and MySQL.
https://github.com/proximad/glow-and-go

Last synced: 3 months ago
JSON representation

Online Salon Booking System using PHP and MySQL.

Awesome Lists containing this project

README

        

# 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](https://github.com/user-attachments/assets/a85cf8ea-f05e-4bcb-8aed-c9bed8921d13)

![image](https://github.com/user-attachments/assets/af748baf-71c2-4ab4-8f67-c5313f418a1a)

![image](https://github.com/user-attachments/assets/dbdb6e9a-40cf-4455-9da5-d312c8d49abd)

![image](https://github.com/user-attachments/assets/1fa48236-c66a-4a55-a42c-fc4eb158346e)

![image](https://github.com/user-attachments/assets/4c21fa67-7465-401d-8bfd-25762c9e9c88)