This is a php based web site for a salon. customers can request an appointment through this website. Admin and salon assistant have different kind of roles and access permissions to access the salon management system.
how to run the program..
- install wamp or xampp local host application and run it.
- import salondb.sql file to the local host server.
- copy this folder to the folder named "www" in the c:/wamp folder
- open a web browser.
- type "localhost/folder-name/index.php" to open the customer interface.
- type "localhost/folder-name/ADindex.php" to open the admin panel.
- type "localhost/folder-name/ASSindex.php" to open the assistant panel.