As a developer I want the validate the values submitted are within the constraints of the API and will inform the user if there are mistakes to increase the performance and usability of the app.
Technical tasks required:
Add Jasmine test case(s).
Research and use express-validator to validate all submitted data
Add appropriate validation code to all input data
Add code to notify user when they entered invalid data.
User Story:
Technical tasks required:
Add Jasmine test case(s).
Research and use express-validator to validate all submitted data
Add appropriate validation code to all input data
Add code to notify user when they entered invalid data.
Confirm all jasmine test specs pass.
Difficulty Rating: 2