CloudPizza is a full-stack website that allows users to order pizza online. It is built using PHP and jQuery, providing a seamless user experience for ordering pizzas from the comfort of their own home.
- User registration and authentication
- Browse menu and select pizzas
- Customize pizza sizes
- Add pizzas to the cart
- Place orders and proceed to checkout
- View order history and details
- Admin panel to manage pizzas, orders, and users
- PHP
- jQuery
- AJAX
- HTML/CSS
- Bootstrap
- MySQL
- Clone this project:
git clone https://github.com/Crimeron20/CloudPizza.git
- Navigate to the project directory: cd CloudPizza
- Create a database in MySQL and configure the connection settings in the config.php file.
- Deploy the project to a web server and access the project's root directory.