Develop the Mock Service

Develop a mock service for saving data in-memory.

We will only see how to manage the join between User and the Group. The usual create, read, delete, and edit operations for the User as well as Group have the same implementation as discussed in earlier chapters. For your reference, the link to the entire source code has been given in the Appendix should you face any issues understanding the flow.

add

...