Skip to content

Oromeror/payu_hub_e2ee_card_encryption_nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayU Hub E2EE example with Node.js

This project was generated making use of Node.js

This repository is based on the implementation of a very simple Node.js API implementation of PayU Hub End To End Encryption.

Requirements

  • Python for virtual environment (optional).
  • NodeJS

Installation

  • Create a virtual environment with the command

    Local installation

    Linux/Mac virtualenv env

  • Activate the virtual environment:

    Linux/Mac . env/bin/activate

    It should appear (venv) in the console. Whenever a new console is executed, the virtual machine has a libraries and dependencies other than those found in the normal Windows environment, this to maintain the integrity of the applications in the operating system.

  • Install nodeenv

    Linux/Mac pip install nodeenv

  • Install dependencies

    Linux/Mac npm install

Execution

  • With the virtual environment activated, run the following console command:

    npm run dev

    for root request http:https://localhost:port/

Releases

No releases published

Packages

No packages published