Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.68 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.68 KB

License Lifecycle:Stable

JASPER

This repository contains the code for the JASPER application.

Running in Docker

Refer to Running the Application on Docker to details.

High Level Architecture

The architecture diagrams for JASPER can be found here; JASPER - Architecture Diagrams

API Documentation

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.

Sharing Code with the Court Viewer

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.

Getting Help or Reporting an Issue

To report bugs/issues/feature requests, please file an issue.

How to Contribute

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.