Question: Please draw simple microservice architecture for this backend restfull api application: There are a number of users in the System, which operates authentication and authorization

Please draw simple microservice architecture for this backend restfull api application:

There are a number of users in the System, which operates authentication and authorization processes of users.

The System may have one or more "Discussion"s that have fields such as "title", "state", "date", "owner" and "participants_list".

Each discussion has one or more "Task"s that have fields such as "title", "description", "created_time", "starting_time", "ending_time" and "state".

Tasks may have more than one "Comment"s that have fields such as "title", "context" and "sender".

If a task is not started by the predefined starting time, the system has to send an e-mail to the user. If a task is not finished by the predefined ending time, the system has to send an e-mail to the user.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!