JJCSA / backend

0 stars 1 forks source link

Create backend APIs #11

Closed dishanks9 closed 2 years ago

dishanks9 commented 4 years ago

1). As a developer, I want to create registration API for the user to signup on JJCSA website 2). As a developer, I want to create login API for the user to login into the JJSA website 3). As a developer, I want to create list user API to list the all the user based on UserType(Admin/SuperAdmin),Status 4). As a developer, I want to create update user API to update the user details and user status for approved user

Acceptance criteria: 1). a). User registration API is ready for the user to singup. 2). a) Approved user can login to the JJCSA website. 3). a). ListUser API is ready to send the list of user based on usertype and status. 4). a). UpdateUser API is ready for the user to update the profile details and update the user status after user is approved