Skip to content

A functional E-Commerce site developed in VueJS to demonstrate PayPay's different language SDK's implementations

License

Notifications You must be signed in to change notification settings

paypay/paypay-sample-ecommerce-frontend

Repository files navigation

PayPay Sample Web application

Codacy Badge License FOSSA Status Quality Gate Status

A simple and functional E-Commerce site developed in VueJS to demonstrate PayPay's different language SDK's implementations.

Key features:

  • VueJS with Vuex and route
  • Typescript class based components
  • CRUD operations on the cart
  • Polling functionality on order status check

drawing

drawing

drawing

Client Installation

Install the dependencies and devDependencies and start the server.

$ cd client
$ yarn
$ yarn serve

You should now have the dev server running on http://localhost:8080

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Server Installation

SDK Language README
Python Python SDK
Java Java SDK
Node Node SDK
PHP PHP SDK

License

Apache 2.0

Cloud deployment

Additionally to trying out this application locally, you can deploy it to a variety of host services. Here is a small selection of them.

Note: Update .env file with the backend API endpoint

Zeit Deploy with ZEIT Now
Heroku Deploy with Heroku

License

Copyright 2020 PayPay

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

FOSSA Status