Generic File Submission API (to be used by the Family Law Act Application at first)
.
├── .github # Contains GitHub Related sources
├── openshift # openshift templates and pipeline
├── src/ # application source files
│ └── backend # backend applications
│ └── jag-efiling-api # efiling api
│ └── libs #
│ └── efilling-facade-client # efiling soap client
│ └── efiling-frontend # efiling frontend
├── COMPLIANCE.yaml #
├── CONTRIBUTING.md #
├── LICENSE # Apache License
└── README.md # This file.
Name | description | doc |
---|---|---|
jag-efiling-api | the main api for interating with the service | README |
efiling-frontend | the frontend for uploading documents | README |
From the jag-file-submission directory, run:
Currently the docker image created will create a Redis container that the backend Spring Boot API interacts with.
To confirm that your docker container is working you can perform a GET request to http://localhost:8080/actuator
to see all available endpoints, or
a GET request to http://localhost:8080/actuator/health
to see the application status.
It will also build the image and fires up the frontend container. The frontend application will run and be available on port 3000.
Stops the container and the frontend application from being run/served.