Report Factory Web is a dashboard that provides a web interface for Report Factory server and allows user to set up projects, do user management and view reports details and analytics.
Follow these instructions to get Report Factory running with Docker. The configuration is ready for production.
The image of this project can be pulled from Dockerhub:
docker pull reportfactory/web
- Start Report Factory server;
Start Webpack server:
npm run dev
Run Cypress tests:
npm run cypress-open
The application is available as open source under the terms of the MIT License.