This is a project for an online food ordering system developed using HTML, CSS, JavaScript, Java, and MySQL. The project is built in Eclipse IDE and allows users to browse through a menu of food items, place orders, and manage their accounts.
- User Registration: Users can create accounts by providing their details.
- Login and Authentication: Registered users can log in securely to access their accounts.
- Browse Menu: Users can browse through a list of available food items.
- Place Orders: Users can add items to their cart and place orders.
- Order Management: Admin users can manage orders, update order status, etc.
- Account Management: Users can update their profile information, view order history, etc.
- Search Functionality: Users can search for specific food items.
- Responsive Design: The application is designed to be responsive and accessible on different devices.
- Frontend: HTML, CSS, JavaScript
- Backend: Java (Servlets, JSP)
- Database: MySQL
- IDE: Eclipse
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/mushrifahamed/online-food-ordering-system.git
- Import the project into Eclipse IDE.
- Set up the MySQL database using the provided SQL scripts.
- Configure the database connection in the Java code.
- Run the project on a local server (e.g., Apache Tomcat).
- List any acknowledgments or credits for libraries, frameworks, or resources used in the project.