TheFishwrapper / fishwrapper

Serverless Node.js application that runs the webserver for thefishwrapper.news
Apache License 2.0
1 stars 3 forks source link

Add input validation #23

Open CapitalistLepton opened 5 years ago

CapitalistLepton commented 5 years ago

Add validation on all the form fields. This will ensure that better data is stored in the database, and that the user is aware of what is required on the data. This is a larger issue that applies to all forms.

This will be made easier by adding Vue.js #43