Food Ordering Website
This project is a food ordering website built using Java, JDBC, JSP, and servlets. It was developed as part of my Advanced Java course during the 4th semester. The website runs locally on a Tomcat server and utilizes JDBC and MySQL for database management.
Project Overview:
Login Page: Users can log in or register for a new account. Form data is validated using Java servlets.
Register Page: New users can register by providing necessary information, with data validation for email and password formats.
Welcome Page: After logging in, users are greeted with a menu where they can browse food items and add them to their cart.
Cart Page: Shows added items and allows users to proceed to checkout or continue shopping.
Checkout Page: Users can review their order and logout if needed.