The application includes user Authentication and Authorization.
The application allows you to:
- Create/Read/Update/Delete a User (the owner or administrator is allowed to do).
- Create/Read/Update/Delete a User’s To-Do List (the owner or administrator is allowed to do).
- Add/Remove Collaborators to/from To-Do List (the owner or administrator is allowed to do).
- Create/Read/Update/Delete a Task in To-Do List (the owner or administrator is allowed to do).
- Show all Users (the administrator is allowed to do).
- Show User’s To-Dos (the owner or administrator is allowed to do).
- Show all Tasks from the User’s To-Do (the owner or administrator is allowed to do).
Server port = 9090