🗨 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