Project-Sonata / Profiles

Provide access for profile and account of the user
0 stars 0 forks source link

Added Service layer to fetch the user's profile information #9

Closed justJavaProgrammer closed 5 months ago

justJavaProgrammer commented 5 months ago

ProfileController now using ProfileService instead of UserProfileRepository directly.

Added tests.

Implementation of https://github.com/Project-Sonata/Profiles/issues/7