This online salad ordering website revolutionizes the culinary experience by not only offering a diverse range of salads but also providing detailed insights into their nutrient and protein contents. Users can explore a user-friendly interface that categorizes salads based on protein and nutrition content, allowing for informed and personalized choices. The platform employs concise yet readable variable names in its programming, ensuring efficiency without compromising clarity. Embracing the fusion of technology and nutrition, this innovative solution aims to promote healthier lifestyles and enhance the user's salad selection process.
- Download and install XAMPP from https://www.apachefriends.org/download.html
- Clone the repository into the htdocs folder of XAMPP
- Start the Apache and MySQL modules in XAMPP
- Open the phpMyAdmin page in the browser
- Create a new database called "salad" and import the salad.sql file
- Open the index.php file in the browser
- User can login and signup
- User can view all salads
- User can view salads by protein content
- User can view salads by nutrition content
- User can view salad details
- User can add salads to cart
- User can view cart(individual cart will be maintained for each user)
- User can remove salads from cart
- User can place order
- User can view order history