/Food-delivery

This project is about ordering online food from your local restaurants. Anybody can create an account and order online. you are free to to use this project for college or school purposes. Please note that this project is not made for business or commercial purposes.

Primary LanguagePHP

README

About this project?

This project is about ordering online food from your local restaurants. Anybody can create an account and order online. you are free to to use this project for college or school purposes. Please note that this project is not made for business or commercial purposes.

Installation of this project

Just create new database in phpmyadmin and import SQL file which is located in SQL/ directory.

Admin Dashboard

To access admin portal type this in your URL BAR `root/admin/ ` where root is your root directory

Admin credentials: Username: admin Password: 1234

Technologies Used

  1. PHP
  2. SQL
  3. BOOTSTRAP 4
  4. AJAX
  5. JQUERY

System Requirements

Software : XAMPP / Wamp / Mamp/ Lamp (anyone).

Commits

Write clear meaningful git commit messages (Do read https://chris.beams.io/posts/git-commit/) Make sure your PR's description contains GitHub's special keyword references that automatically close the related issue when the PR is merged. (More info at https://github.com/blog/1506-closing-issues-via-pull-requests ) When you make very minor changes to a PR of yours (like for example fixing a failing Travis build or some small style corrections or minor changes requested by reviewers) make sure you squash your commits afterward so that you don't have an absurd number of commits for a very small fix. (Learn how to squash at https://davidwalsh.name/squash-commits-git ) When you're submitting a PR for a UI-related issue, it would be really awesome if you add a screenshot of your change or a link to a deployment where it can be tested out along with your PR. It makes it very easy for the reviewers and you'll also get reviews quicker.