/nodejs-paypal

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

Primary LanguageJavaScript

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