This is a simple Vue.js and Express.js application for an online store.
- View a list of products.
- Add products to the shopping cart.
- Proceed to order confirmation with contact information.
The project consists of two main parts:
-
Frontend (Vue.js):
- Vue.js components for displaying products, managing the shopping cart, and order confirmation.
- Uses Vue Router for navigation.
- Styled with Bootstrap for a responsive design.
-
Backend (Express.js):
- API endpoints for managing products and orders.
- Integrates with MongoDB for data storage.
- Handles order validation and processing.