šØ Feedback Management Microservice¶
The Feedback Management microservice facilitates the storage and retrieval of usersāfeedback data by establishing a connection with the databases. This microservice is designed to seamlessly integrate with OPEA applications, enabling data persistence and efficient management of feedback data.
š ļø Features¶
Store Feedback: Save feedback data from user into database.
Retrieve Feedback: Fetch feedback data from database based on user or id.
Update Feedback: Update feedback data info in the database based on id.
Delete Feedback: Remove feedback record from database.
āļø Implementation¶
The Feedback Management microservice able to support various database backends for storing the feedback data.
Feedback Management with MongoDB¶
For more detail, please refer to this README