Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.46 KB

readme.md

File metadata and controls

67 lines (44 loc) · 1.46 KB

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