Skip to content

Online Restaurant Management System built using HTML, CSS, Javascript, PHP, MySQL.

Notifications You must be signed in to change notification settings

lavsharmaa/221bakerstreet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

221b Bakers Street Restaurant Management System

How to use it

  • 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 to localhost:8000 and the website will be visible.
  • You can view the website which is hosted on 000webhostapp

User side

Admin side

Tools and Technologies

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.

Team