Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 692 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 692 Bytes

Vue.js and Express.js Application

This is a simple Vue.js and Express.js application for an online store.

Features

  • View a list of products.
  • Add products to the shopping cart.
  • Proceed to order confirmation with contact information.

Project Structure

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.