lavsharmaa / 221bakerstreet

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

Home Page:https://221b-bakers-street.000webhostapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://221b-bakers-street.000webhostapp.com/


Languages

Language:JavaScript 67.3%Language:CSS 18.4%Language:PHP 9.1%Language:Less 5.1%Language:SCSS 0.1%Language:Sass 0.1%