JJCSA / backend

0 stars 1 forks source link

Create registration API for the user to signup on JJCSA website #13

Closed dishanks9 closed 3 years ago

dishanks9 commented 4 years ago

Registration API: Write a backend API that takes User Object as an input and stores the user in the database with status as pending. Input: User Object (all user details are encapsulated within this object) Output: Custom output message containing User Object, True/False, and a custom message.