PramayJain / Online-Food-Ordering-Web-App-master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online-Food-Ordering-Web-App

Online Food Ordering System Website using basic PHP, SQL, HTML & CSS. You can use any one of XAMPP, WAMP or LAMP server to run the Web App on your local machine. It has a food ordering module for a customer. It also provides menu, orders and user management module for admin.

Admin Login & Password (You can change this in phpmyadmin):
Login: admin
Password: admin

Screenshots

Find how the project looks in screenshots folder Or click here

Technologies Used

  • MySQL
  • PHP
  • CSS
  • HTML
  • Javascript

Tools Used

  • XAMPP

How to Install and Use

  1. Download and install XAMPP/WAMP/LAMP server and download the files of this project
  2. Copy the folder of this project in your xampp/htdocs/www folder
  3. Start XAMMP. Start Apache and SQL server. Go to phpmyadmin and create a new database named 'food'
  4. Go to the food database created and click on 'Import' option in the top menu
  5. Upload the food.sql file and import it
  6. Open your web browser and check if you got the website running on your localhost (http://localhost:8080/www/)

Admin Password

Login: admin
Password: admin

About

License:MIT License


Languages

Language:CSS 39.0%Language:HTML 30.2%Language:PHP 27.2%Language:JavaScript 3.6%