Skip to content

m-strzelec/OnlineStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.