olioapps / typescript-starter-lab

0 stars 1 forks source link

Implement Data Validation Middleware #91

Open reimannsarah opened 1 year ago

reimannsarah commented 1 year ago

What this is

This task is to implement a middleware function to validate incoming user data.

Context

Incoming data needs to be validated to ensure it is in the correct format.

Acceptance Criteria