CSA-AI / CSA_AI_Backend

The backend spring portfolio for the CSA_AI project
1 stars 0 forks source link

Params to json convert #6

Closed DavidVasilev1 closed 8 months ago

DavidVasilev1 commented 8 months ago

This was used to convert the params to json formatting, making all of the data sent between the frontend and backend send in the same way. This was done for the creation of a user, updating a user, and creating an admin user.

image

image

image

Also created a Date deserializer because the JSON wasn't detecting the date values sent.

image