Skip to content

A user-friendly web app designed to simplify the process of booking appointments, where clients can effortlessly schedule their desired services.

License

Notifications You must be signed in to change notification settings

wisyxx/Hair-Salon-App

Repository files navigation

Hair salon app

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.

Screenshots

Tech stack

  • Client: JavaScript & SASS
  • Server: PHP (With composer), MySQL & Apache

Run Locally

Requirements

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

License

MIT License

About

A user-friendly web app designed to simplify the process of booking appointments, where clients can effortlessly schedule their desired services.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published