/cerberus-demo

Simple Cerberus demo app

Primary LanguagePythonMIT LicenseMIT

Cerberus demo

Very simple application demonstrating schema-based input validation with Cerberus.

Create a virtual environment and run with:

pip install -r requirements.txt
pytest