Skip to content

l1-final-term-project-group-17-wanderer-s-marketplace created by GitHub Classroom

Notifications You must be signed in to change notification settings

BT3103AppDev1/l1-final-term-project-group-17-wanderer-s-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Wanderer's Marketplace is an innovative platform designed to connect global shoppers with travelers who can purchase and deliver items from overseas. Wanderer's Marketplace taps into the power of community to make international shopping easier, more accessible, and personal.

Frontend (Vue App)

This is the frontend part of the project, built with Vue.js.

To set up Vue.js on your local machine, follow these steps:

  1. Install Vue CLI Globally

    The Vue CLI is a command-line tool that helps you to scaffold and manage projects built with Vue.js.

    npm install -g @vue/cli
    # OR
    yarn global add @vue/cli
    

Prerequisites

  • Node.js (which comes with npm) installed on your computer.

Installation

To get started with the Vue app, run the following commands:

# Navigate to the frontend directory
cd "Wanderer's Marketplace"

# Install dependencies
npm install

# Serve with hot reload at localhost:8080
npm run dev

Backend to handle stripe API (Node js App)

# Navigate to the backend directory
cd my-stripe-backend

# Install dependencies
npm install

# Start the server
node index.js

About

l1-final-term-project-group-17-wanderer-s-marketplace created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages