Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

SAP Graph Tutorial - Part 03: Use SAP Graph securely with real data – Authentication

This is the code for the SAP Graph Tutorial Part 3: Use SAP Graph securely with real data – Authentication

Requirements

  • Node.js
  • Credentials key-file (credentials.json) for an SAP Graph instance. Please see the tutorial for details on how to obtain this file.

Download and Installation

  1. Clone the repository
  2. Add your credentials key-file as src/credentials.json
  3. Run npm install
  4. Run npm start
  5. Open your browser and navigate to http://localhost:3003

For more information please refer to this README