software-students-fall2021 / project-setup-penguin

project-setup-penguin created by GitHub Classroom
3 stars 4 forks source link

express-validator #145

Closed janethuangg closed 2 years ago

janethuangg commented 3 years ago

When receiving data from the front-end to store into the database, always do data validation before sending that data to the database. Use the express-validator module, or something similar to perform data validation prior to sending any data originating from the request to the database.

janethuangg commented 2 years ago

see #135