A full-stack web application for managing restaurant orders and e-commerce operations. This platform allows users to browse the restaurant's menu, place orders, and make payments online. It also provides administrative functionality for managing the menu, orders, and customer data.
- Responsive Frontend: Built with React.js, HTML, and CSS to ensure a user-friendly interface on all devices.
- Dynamic Backend: Powered by Node.js to handle all server-side operations.
- Relational Database: MySQL is used to manage the data, ensuring smooth and secure handling of restaurant operations and customer information.
- Frontend:
- React.js
- HTML5
- CSS3
- Backend:
- Node.js (with Express.js)
- Database:
- MySQL
Before you begin, ensure you have the following installed on your system:
- Node.js
- MySQL
- NPM or Yarn package manager
- Clone the repository:
git clone https://github.com/Pasachiya/E-Commerce-Platform.git cd E-Commerce-Platform