Food Chef is a cafe and restaurant management website with both user and admin panel.
Install XAMPP or WAMPP.
Open XAMPP Control panal and start [apache] and [mysql] .
Download project from github(https://github.com/Sankhala-Rohit/Food-Chef-Cafe-Management.git)
OR follow gitbash commands
i>cd C:\xampp\htdocs\
ii>git clone https://github.com/Sankhala-Rohit/Food-Chef-Cafe-Management.git
extract files in C:\xampp\htdocs.
open link localhost/phpmyadmin
click on new at side navbar.
give a database name as (project) hit on create button.
after creating database name click on import.
browse the file in directory[Food-Chef-Cafe-Management/database/project.sql].
after importing successfully.
open any browser and type http://localhost/project.
For admin type http://localhost/project/admin.
admin login details username = admin and Password = admin123.