A bash script that manages appointments for a salon using PostgreSQL database.
This project is a command-line application that helps salon owners manage their customer appointments. It uses a PostgreSQL database to store customer information and appointment details.
- Schedule new appointments
- Store customer information
- Track service appointments
- Database-driven solution
- PostgreSQL
- Bash
- Linux/Unix environment
- Create the database:
psql -U postgres < salon.sql
- Make the script executable:
chmod +x salon.sh
- Run the script:
./salon.sh
The database includes tables for:
- Customers
- Services
- Appointments
freeCodeCamp - Build a Salon Appointment Scheduler
This project is part of the freeCodeCamp Relational Database Certification.