You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, I plan to create a schema for the MYSQL database for GROUPS
Secondly, I plan to create an API to handle various requests on the 'groups' endpoint.
Performing a get request on Groups by a user will return all the groups to which the user belongs.
If the user is an admin, then only he will be allowed to create a Group (through POST request) in which he will be an admin. He can also make another user belonging to that group as admin. Doing this will allow the new admin also to add other users in the group.
If the user (admin) sends a PUT request to a group, he can edit the name of group.
If he (admin) sends a DELETE request at 'groups/{groupId}/users/{userId}', the user with {userId} if belongs to that particular group with group ID {groupId} will be removed.
Also create delete group endpoint.
1 additional requirement can be just of adding those members which belong to a particular branch, and particular semester.
No description provided.
The text was updated successfully, but these errors were encountered: