ClubsCafe / cms-api

for managing college events/competitions
https://clubs.cafe
MIT License
7 stars 11 forks source link

Validators and Sanitizers #29

Open Utkar5hM opened 3 years ago

Utkar5hM commented 3 years ago

We can go for Joi or express-validator for validation. + helment for sanitizing requests.

Utkar5hM commented 3 years ago

I'm installing express-validator and adding it to only institute routes for now as the other routes are not fully tested yet.

Utkar5hM commented 3 years ago

validations for organizations, events and awards have to be added.