Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Salon Appointment Scheduler

This is a database-driven Bash application designed to manage salon appointments. It utilizes PostgreSQL for data persistence and a Bash script for the user interface, allowing users to browse services, register as customers, and book appointments.

Features

  • Interactive CLI (Command Line Interface).
  • Relational Database schema with customers, services, and appointments tables.
  • Customer record tracking via phone numbers.
  • Automated appointment scheduling with service association.

Technologies Used

  • PostgreSQL
  • Bash Scripting
  • Git/GitHub

Project Structure

  • salon.sh: The main interactive Bash script.
  • salon.sql: The database dump file used to restore the schema and data.

How to Run

  1. Ensure you have PostgreSQL installed and running.
  2. Restore the database:
    psql -U <username> < salon.sql

About

A Bash-based interactive salon appointment scheduler using PostgreSQL to manage customers, services, and appointment bookings.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages