AryamanRAWAT / backend-assignment-level-1

Data Peace - Backend Assignment - level 1
0 stars 0 forks source link

Add Serializer.py #3

Closed AryamanRAWAT closed 8 months ago

AryamanRAWAT commented 9 months ago

Add a new file 'serializer' in the app directory, to handle parsing of data and from python datatype to json and to also handle validation of incoming payload.

AryamanRAWAT commented 9 months ago

added serializer.py in api