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.
- Host: GitHub
- URL: https://github.com/proximad/glow-and-go
- Owner: ProximaD
- License: mit
- Created: 2025-03-18T08:33:00.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T09:11:43.000Z (3 months ago)
- Last Synced: 2025-03-18T09:35:32.778Z (3 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glow-and-Go
Online Salon Booking System using PHP and MySQL.
# Core Features1. 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



