Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed REST API Validation with Express!
You have completed REST API Validation with Express!
Instruction
What is Data Validation?
When we develop REST APIs that allow users to create or update data, we're establishing a relationship with our users.
Sometimes we know who our users are. For instance, they might work for the same company or organization as we do. We might have a high level of trust that this group of users will create or update data in a way that'll fall within our expectations. But if our REST API is acc...