A bare minimum deployment of guardrails as a service.
For this deployment, we use a config file to define our Guards so we don't need a database.
- Clone this repository
make envsource ./.venv/bin/activatemake buildmake start
Once the server is up and running, you can check out the Swagger docs at http://localhost:8000/docs
We include a Dockerfile that shows the basic steps of containerizing this server.
We also include two bash scripts in the buildscripts directory that shows the basics of building the image and running it.