Module Guide¶
How to create, integrate, and test new modules in ReViewPoint.
Creating a Module¶
- Fork the template in
backend/modules/
. - Implement your logic as a REST service.
- Add your module to the backend dispatcher.
Testing Your Module¶
- Write unit and integration tests in
backend/tests/modules/
. - Use Backend Source Guide for test instructions.
Contribute! Share your experience and improvements to help others build modules faster.