Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 988 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 988 Bytes

Getting Started - Node.js

An example application of integrating Cerbos with an Express server.

Dependencies

Getting Started

  1. Start up the Cerbos PDP instance docker container. This will be called by the express app to check authorization.
cd cerbos
./start.sh
  1. Install node dependencies
npm install
  1. Start the express server
npm run start