Skip to content

cerbos/getting-started-node

Repository files navigation

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