This repository contains the code for the JASPER application.
Refer to Running the Application on Docker to details.
The architecture diagrams for JASPER can be found here; JASPER - Architecture Diagrams
For high level View API documentation refer to the diagram above. For details, refer to the router and view components source code.
For backend API documentation refer to the Swagger API documentation page available at the api/
endpoint of the running application. For example, if you are running the application locally in docker, the Swagger page can be found at https://localhost:8080/jasper/api/. Refer to Running in Docker section for details.
Refer to Sharing Code Changes Between JASPER and the Court Viewer for details on making the decision on when and how to share code between JASPER and the Court Viewer.
To report bugs/issues/feature requests, please file an issue.
If you would like to contribute, please see our CONTRIBUTING guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.