This project contains the frontend for the Child Care Operating Funding Initiative. It consists of a Vue.js frontend (UI) and a Node.js backend (auth and session management). It will connect to additional backend API's for managing and adjudicating the form submissions.
.github/ - PR and Issue templates
app/ - Application Root
frontend/ - Frontend Root
├── src/ - Vue.js frontend web application
└── tests/ - Vue.js frontend web application tests
backend/ - Backend Node.js Root
└── src/ - Node.js backend web application
└── tests/ - Node.js backend web application tests
openshift/ - OpenShift-deployment and shared pipeline files
CODE-OF-CONDUCT.md - Code of Conduct
COMPLIANCE.yaml - BCGov PIA/STRA compliance status
Jenkinsfile - Top-level Pipeline
Jenkinsfile.cicd - Pull-Request Pipeline
LICENSE - License
You can quickly run this application in production mode after cloning with the following commands (assuming you have already set up local configuration as well). Refer to the Backend Readme and Frontend Readme for more details.
cd backend
npm run all:install
npm run all:build
cd frontend
npm run all:install
npm run all:build
npm run serve
Copyright 2022 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.