keithb418 / scrum-team-app

Apache License 2.0
3 stars 5 forks source link

Add object validation to the base CRUD Resource #19

Open asc2683 opened 7 years ago

asc2683 commented 6 years ago

We may consider implementing ORM like Mongoose and implementing some form of schema validation. If, we do, better to implement now than later.

https://stackoverflow.com/questions/5747806/what-is-the-killer-reason-for-using-mongoose-orm https://docs.mongodb.com/manual/core/schema-validation/