hwang26 / mock-crud-app

0 stars 0 forks source link

Clean up validation logic for serverside #39

Open hwang26 opened 3 years ago

hwang26 commented 3 years ago

Acceptance Criteria:

Currently, validation is handled using library express-validator on an ad-hoc basis.

This ticket is to identify and add in/update validations across the application whenever we do a DB write in the backend.