- Notifications
You must be signed in to change notification settings - Fork0
PermitConnect Navigator Service
License
bcgov/nr-permitconnect-navigator-service
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NR PermitConnect Navigator Service
.github/ - PR, Issue templates.vscode/ - VSCode environment configurationsapp/ - Application Root├── config/ - configuration exposed as environment variables├── src/ - Node.js web application│ ├── components/ - Components Layer│ ├── controllers/ - Controller Layer│ ├── db/ - Database Layer│ ├── interfaces/ - Typescript interface definitions│ ├── middleware/ - Middleware Layer│ ├── routes/ - Routes Layer│ ├── services/ - Services Layer│ └── types/ - Typescript type definitions└── tests/ - Node.js web application testsfrontend/ - Frontend Root├── src/ - Node.js web application│ ├── assets/ - Static File Assets│ ├── components/ - Components Layer│ ├── composables/ - Common composition elements│ ├── interfaces/ - Typescript interface definitions│ ├── lib/ - Repackaged external libraries│ ├── router/ - Router Layer│ ├── services/ - Services Layer│ ├── store/ - Store Layer│ ├── types/ - Typescript type definitions│ ├── utils/ - Utility components│ └── views/ - View Layer└── tests/ - Vitest web application testsCODE-OF-CONDUCT.md - Code of ConductCOMPLIANCE.yaml - BCGov PIA/STRA compliance statusCONTRIBUTING.md - Contributing GuidelinesDockerfile - Dockerfile Image definitionLICENSE - LicenseSECURITY.md - Security Policy and Reporting
You can quickly run this application in development mode after cloning by opening two terminal windows and running the following commands (assuming you have already set up local configuration as well). Refer to theApplication Readme andFrontend Readme for more details.
- Create
.env
in the root directory with the followingDATABASE_URL="your_connection_string"
cd appnpm inpm run prisma:migratenpm run serve
cd frontendnpm inpm run serve
To report bugs/issues/features requests, please file anissue.
If you would like to contribute, please see ourcontributing guidelines.
Please note that this project is released with aContributor Code of Conduct. By participating in this project you agree to abide by its terms.
Copyright 2023 Province of British ColumbiaLicensed 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.0Unless required by applicable law or agreed to in writing, softwaredistributed 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 andlimitations under the License.
About
PermitConnect Navigator Service
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.