Skip to content

💲 A simple e-commerce project that integrates NodeJS and Paypal REST API

Notifications You must be signed in to change notification settings

tabaesso/nodejs-paypal

Repository files navigation

NodeJS - Paypal

⚠ Requirements

  • Node
  • Yarn

👩🏻‍💻 How to run?

  • Get started:
    • Type yarn to install its dependencies.
  • Configure the .env:
    • Copy the .env.example to .env
      • Environment variables:
        • PAYPAL_MODE (Paypal mode to integrate with your app. Choose between: Sandbox or Live)
        • PAYPAL_CLIENT (Secret client id generated by Paypal)
        • PAYPAL_SECRET (Secret hash generated by Paypal)
    • Change your environment variables.
  • Get started for development:
    • Type yarn start to start the application.
    • Access http://localhost:3000 on the browser.

🤠 Preview

:octocat: Author


@tabaesso

About

💲 A simple e-commerce project that integrates NodeJS and Paypal REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published