A user-friendly web app designed for hair salon appointments. Clients can effortlessly schedule appointments, while salon owners gain access to an admin panel for managing services and reviewing/deleting appointments. Simplify your scheduling process with intuitive interfaces and real-time availability.
- Client: JavaScript & SASS
- Server: PHP (With composer), MySQL & Apache
You'll need: PHP, Composer, MySQL & Node.js (for npm) all installed.
Clone the project
git clone https://github.com/wisyxx/Hair-Salon-App.git
Go to the project directory
cd Hair-Salon-App
Install dev dependencies
npm install -D
Please create a .env file in the folder "/includes" with the following variables:
DB_HOST = your_host
DB_PASS = your_password
DB_SCHEMA = your_schema
DB_USER = your_user
Set up composer
composer update
Run gulp tasks
npm start
Start the server
cd public
php -S localhost:3000