Skip to content

Module Guide

How to create, integrate, and test new modules in ReViewPoint.


Creating a Module

  1. Fork the template in backend/modules/.
  2. Implement your logic as a REST service.
  3. 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.