Pets-without-names / Jax-Pet-Names

This project is a collaboration designed to create a pet naming web application.
MIT License
3 stars 2 forks source link

Server Side Validation #31

Closed JaxTurboNerd closed 1 year ago

JaxTurboNerd commented 1 year ago

I'm assuming we should add some server-side data validation. Express-Validator seems like it would work seamlessly with our backend.

JaxTurboNerd commented 1 year ago

PR #42 included catching psql unique errors.