Organics Info (ORI) shares information on authorized biosolids land application and compost facilities regulated under the Organic Matter Recycling Regulation (OMRR) in BC.
This project is part of the OMRR Transparency Enhancement Initiative led by the Environmental Policy and Initiatives Branch (EPIB) in the Ministry of Environment and Climate Change Strategy.
We have architecture diagrams the document the technologies used:
Here is high-level documentation on the development of applications, use of GitHub, and Openshift in the Government of BC:
Pre-requisites:
NR_ORACLE_SERVICE_URL=http://localhost:9080
NR_ORACLE_SERVICE_KEY
value is the apiKey
value in the nr-oracle-service dev projectOS_
values can be found in the nr-epd-organics-info-prod projectSteps:
Copy login command
Developer Log In
and click Display Token
oc login ...
commandoc port-forward service/nr-oracle-service 9080:80
, this enables access to nr
oracle service on port 9080 of local machine.cd backend && npm install && npm run start:debug
, this will start the backend
application on port 3000.cd frontend && npm install && npm run dev
, this will start the frontend
application on port 3001.Follow the steps outlined in this repository to contribute: CONTRIBUTING.md.
Copyright 2024 Province of British Columbia. Code is released under the Apache License, Version 2.0.