MLH-Fellowship / orientation-project-python-23.FAL.A

Orientation Project (Python) for 23.FAL.A
0 stars 7 forks source link

Issue 37 add validation to experience post #41

Open kentarolim10 opened 1 year ago

kentarolim10 commented 1 year ago

Description

-Adds validation to the experience POST request -Returns a 400 error if data is missing -Removes any additional data that may be on the request object -Adds test case for experience POST request with bad data

Closes #37