tusharzalte / tusharesume

Apache License 2.0
36 stars 75 forks source link

API for uploading the details of the user using the post request #224

Closed Nishusk closed 1 year ago

Nishusk commented 1 year ago

Description

This will make the website better also. By implementing this API, you allow users to upload their details via a POST request to the /users endpoint. This can be useful for various scenarios, such as any situation where user details need to be captured and processed. The uploaded details can then be further utilized, such as storing them in a database for future retrieval or performing additional actions based on the user data.

Screenshots

No response

Additional information

No response