Bakery Shop Management System
- HTML5
- CSS3
- Core/Procedural PHP programming language
- MySQL Relational Database
- Customers can browse all the Categories and bakery items.
- They also can order easily from the website.
- Customers can also customize their order according to their dietary restrictions.
- They can give feedback and also see their order history.
- Contact page is provided so that customers can easily access the Bakery.
- Admin can Manage Admin, Categories and bakery Items.
- Admin can also Manage and Track Order and Delivery.
- Download and Install XAMPP
- Install any Text Editor (Sublime Text or Visual Studio Code or Atom or Brackets)
- Download as as Zip or Clone this project
- Move this project to Root Directory
Local Disc C: -> xampp -> htdocs -> 'cake-my-day'
Local Disk C is the location where xampp was installed
-
Open XAMPP Control Panel and Start 'Apache' and 'MySQL'
-
Import Database
a. Open 'phpmyadmin' in your browser.
b. Create a Database.
c. Import the SQL file provided with this project. -
Now, Open the project in your browser. It should run perfectly.