hld3 / backend-test-coderockr

https://github.com/Coderockr/backend-test?tab=readme-ov-file
0 stars 0 forks source link

Add a service to create a new user. #10

Closed hld3 closed 7 months ago

hld3 commented 7 months ago

The fields should be sent from the request. Create a user DTO for the request fields, to transfer to the user Model, to then save to the database.