Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

REST PKI Node.js Sample

This folder contains a web application written in Node.js using the Express framework which shows how to use the REST PKI service.

For other languages, please visit the project root.

To run the samples, you will need an API access token. If you don't have one, register on the REST PKI website and generate a token.

Running the sample

To run the sample:

  1. Download the project or clone the repository

  2. Generate an API access token on the REST PKI website

  3. Paste your access token on the file util.js

  4. Install dependencies: npm install

  5. Run application: npm start

  6. Access the URL http://localhost:3000

See also