WadeBarnes / family-law-act-app

Interactive online application to walk a user through plain language questions to create Family Law Act forms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Family-Protection-Order

Family Law Act Form

Structure

Dev environment

Currently it needs npm 5.8, node 9.4, e2s installed. running on Docker is recommended

Client Application (web)

An AngularJS client application which serves out the SurveyJS based questionnaire.

REST API (api)

A Django based REST API which provides the heavy lifting. The API includes a Swagger interface containing API documentation and UI that allows you to interact with the various APIs manually.

PDF Microservice (pdf)

An html to PDF microservice used to generate reports.

Database (db)

A PostgreSQL database for storage, complete with a SchemaSpy instance for documentation.

Development Instances

Development instances of the application can be found here;

Running on OpenShift

To deploy using a local instance of OpenShift, refer to Running on OpenShift. These instructions, apart from the steps that are specific to setting up your local environment, can be used to get the project deployed to a production OpenShift environment.

Running on Docker

The project can also be run locally using Docker and Docker Compose. Refer to Running with Docker Compose for instructions.

Code of Conduct

Please refer to the Code of Conduct

Contributing

For information on how to contribute, refer to Contributing

License

Code released under the Apache License, Version 2.0.

About

Interactive online application to walk a user through plain language questions to create Family Law Act forms.

License:Apache License 2.0


Languages

Language:HTML 51.0%Language:Vue 29.3%Language:Python 8.8%Language:TypeScript 5.0%Language:Shell 3.9%Language:SCSS 1.2%Language:JavaScript 0.5%Language:Dockerfile 0.2%Language:Groovy 0.1%