- Download or clone the project using
git clone https://github.com/lavsharmaa/221bakerstreet
- In
connect.php
just enter your server details that you are using for e.g. Apache
<?php
//main connection file for both admin & front end
$servername = ""; //server
$username = ""; //username
$password = ""; //password
$dbname = ""; //database
?>
- Switch on your xamp server, import the
online_rest.sql
located under SQL folder and go tolocalhost:8000
and the website will be visible. - You can view the website which is hosted on
000webhostapp
- Home
- Register
- Login
- Forgot password
- Menu
- My orders
- About us
- Contact us
- FAQ
- Dashboard
- Add/View Menu
- Add/View Orders
- Particular User Order
- Add/View employees
- Contact us messages
Food Corner is the web based project. Developed using
- PHP for backend,
- MYSQL for database,
- CSS, HTML and Java Script for frontend.
- We used xampp server to run this project in ubuntu operating system.
- Website is mobile responsive also so you can view our website on your mobile devices too.
- If you face any problem you can raise a issue.