Project-Sonata / Profiles

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

Added REST API endpoint to fetch the info about user's profile #12

Closed justJavaProgrammer closed 5 months ago

justJavaProgrammer commented 5 months ago

Added REST API endpoint to fetch the info about user's profile Added Postgresql as data storage and R2DBC as communication mechanism between app and DB. Added tests Added docs

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